|
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | 9 | <width>497</width> |
10 | | - <height>300</height> |
| 10 | + <height>338</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
|
49 | 49 | </property> |
50 | 50 | </widget> |
51 | 51 | </item> |
52 | | - <item row="1" column="0" colspan="2"> |
| 52 | + <item row="1" column="1"> |
| 53 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 54 | + <property name="sizeConstraint"> |
| 55 | + <enum>QLayout::SetFixedSize</enum> |
| 56 | + </property> |
| 57 | + <property name="topMargin"> |
| 58 | + <number>10</number> |
| 59 | + </property> |
| 60 | + <item> |
| 61 | + <widget class="QPushButton" name="buttonSelectAll"> |
| 62 | + <property name="text"> |
| 63 | + <string>Select All</string> |
| 64 | + </property> |
| 65 | + </widget> |
| 66 | + </item> |
| 67 | + <item> |
| 68 | + <widget class="QPushButton" name="buttonDeselectAll"> |
| 69 | + <property name="text"> |
| 70 | + <string>Deselect All</string> |
| 71 | + </property> |
| 72 | + </widget> |
| 73 | + </item> |
| 74 | + </layout> |
| 75 | + </item> |
| 76 | + <item row="2" column="0" colspan="2"> |
53 | 77 | <widget class="QGroupBox" name="groupBox"> |
54 | 78 | <property name="title"> |
55 | 79 | <string>&Options</string> |
|
121 | 145 | </hints> |
122 | 146 | </connection> |
123 | 147 | <connection> |
124 | | - <sender>buttonBox</sender> |
125 | | - <signal>rejected()</signal> |
| 148 | + <sender>buttonDeselectAll</sender> |
| 149 | + <signal>clicked()</signal> |
126 | 150 | <receiver>ExportSqlDialog</receiver> |
127 | | - <slot>reject()</slot> |
| 151 | + <slot>doDeselectAll()</slot> |
128 | 152 | <hints> |
129 | 153 | <hint type="sourcelabel"> |
130 | | - <x>320</x> |
131 | | - <y>136</y> |
| 154 | + <x>20</x> |
| 155 | + <y>20</y> |
132 | 156 | </hint> |
133 | 157 | <hint type="destinationlabel"> |
134 | | - <x>286</x> |
135 | | - <y>140</y> |
| 158 | + <x>20</x> |
| 159 | + <y>20</y> |
| 160 | + </hint> |
| 161 | + </hints> |
| 162 | + </connection> |
| 163 | + <connection> |
| 164 | + <sender>buttonSelectAll</sender> |
| 165 | + <signal>clicked()</signal> |
| 166 | + <receiver>ExportSqlDialog</receiver> |
| 167 | + <slot>doSelectAll()</slot> |
| 168 | + <hints> |
| 169 | + <hint type="sourcelabel"> |
| 170 | + <x>20</x> |
| 171 | + <y>20</y> |
| 172 | + </hint> |
| 173 | + <hint type="destinationlabel"> |
| 174 | + <x>20</x> |
| 175 | + <y>20</y> |
136 | 176 | </hint> |
137 | 177 | </hints> |
138 | 178 | </connection> |
|
0 commit comments