Skip to content

Instantly share code, notes, and snippets.

@fereria
Created February 7, 2015 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fereria/081f80f64206d90d0b07 to your computer and use it in GitHub Desktop.
Save fereria/081f80f64206d90d0b07 to your computer and use it in GitHub Desktop.
ProxyTestUI
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>289</width>
<height>360</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>2</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Source</string>
</property>
</widget>
</item>
<item>
<widget class="QListView" name="sourceView"/>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item>
<widget class="QListView" name="proxyView"/>
</item>
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment