diff options
Diffstat (limited to '')
-rw-r--r-- | src/gatscon/filewidget.ui | 59 |
1 files changed, 57 insertions, 2 deletions
diff --git a/src/gatscon/filewidget.ui b/src/gatscon/filewidget.ui index 6557035..d0e6ec3 100644 --- a/src/gatscon/filewidget.ui +++ b/src/gatscon/filewidget.ui | |||
@@ -6,7 +6,7 @@ | |||
6 | <rect> | 6 | <rect> |
7 | <x>0</x> | 7 | <x>0</x> |
8 | <y>0</y> | 8 | <y>0</y> |
9 | <width>400</width> | 9 | <width>316</width> |
10 | <height>300</height> | 10 | <height>300</height> |
11 | </rect> | 11 | </rect> |
12 | </property> | 12 | </property> |
@@ -33,8 +33,63 @@ | |||
33 | </column> | 33 | </column> |
34 | </widget> | 34 | </widget> |
35 | </item> | 35 | </item> |
36 | <item> | ||
37 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | ||
38 | <item> | ||
39 | <widget class="QPushButton" name="pushButton_2"> | ||
40 | <property name="text"> | ||
41 | <string>Add Root Item</string> | ||
42 | </property> | ||
43 | </widget> | ||
44 | </item> | ||
45 | <item> | ||
46 | <widget class="QPushButton" name="pushButton"> | ||
47 | <property name="text"> | ||
48 | <string>Del Root Item</string> | ||
49 | </property> | ||
50 | </widget> | ||
51 | </item> | ||
52 | </layout> | ||
53 | </item> | ||
36 | </layout> | 54 | </layout> |
37 | </widget> | 55 | </widget> |
38 | <resources/> | 56 | <resources/> |
39 | <connections/> | 57 | <connections> |
58 | <connection> | ||
59 | <sender>pushButton_2</sender> | ||
60 | <signal>clicked()</signal> | ||
61 | <receiver>FileWidget</receiver> | ||
62 | <slot>addRootItem()</slot> | ||
63 | <hints> | ||
64 | <hint type="sourcelabel"> | ||
65 | <x>60</x> | ||
66 | <y>283</y> | ||
67 | </hint> | ||
68 | <hint type="destinationlabel"> | ||
69 | <x>10</x> | ||
70 | <y>343</y> | ||
71 | </hint> | ||
72 | </hints> | ||
73 | </connection> | ||
74 | <connection> | ||
75 | <sender>pushButton</sender> | ||
76 | <signal>clicked()</signal> | ||
77 | <receiver>FileWidget</receiver> | ||
78 | <slot>delRootItem()</slot> | ||
79 | <hints> | ||
80 | <hint type="sourcelabel"> | ||
81 | <x>252</x> | ||
82 | <y>283</y> | ||
83 | </hint> | ||
84 | <hint type="destinationlabel"> | ||
85 | <x>258</x> | ||
86 | <y>324</y> | ||
87 | </hint> | ||
88 | </hints> | ||
89 | </connection> | ||
90 | </connections> | ||
91 | <slots> | ||
92 | <slot>addRootItem()</slot> | ||
93 | <slot>delRootItem()</slot> | ||
94 | </slots> | ||
40 | </ui> | 95 | </ui> |