Recompile qrc for PyQt4

PR #16 did not recompile the qrc file so the fix was not visible: see #18

Also add an tristate checkbox to the example
This commit is contained in:
ColinDuquesnoy
2015-01-09 17:01:11 +01:00
parent 712e4d8e7b
commit b765f541b9
5 changed files with 1379 additions and 959 deletions
+16 -6
View File
@@ -21,7 +21,7 @@
<enum>QTabWidget::East</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<property name="tabsClosable">
<bool>true</bool>
@@ -47,8 +47,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>388</width>
<height>390</height>
<width>96</width>
<height>42</height>
</rect>
</property>
<attribute name="label">
@@ -65,8 +65,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>388</width>
<height>390</height>
<width>404</width>
<height>372</height>
</rect>
</property>
<attribute name="label">
@@ -158,6 +158,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_2">
<property name="text">
<string>CheckBox Tristate</string>
</property>
<property name="tristate">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTreeWidget" name="treeWidget">
<column>
@@ -192,7 +202,7 @@
<x>0</x>
<y>0</y>
<width>880</width>
<height>25</height>
<height>28</height>
</rect>
</property>
<widget class="QMenu" name="menuMenu">