Changeset 168 for smplayer/vendor/current/src/prefgeneral.ui
- Timestamp:
- Oct 9, 2014, 11:54:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefgeneral.ui
r163 r168 27 27 <string>&General</string> 28 28 </attribute> 29 <layout class="QVBoxLayout" >29 <layout class="QVBoxLayout" name="verticalLayout_2"> 30 30 <item> 31 31 <layout class="QHBoxLayout"> … … 177 177 </item> 178 178 <item> 179 <widget class="Line" name="line_7"> 180 <property name="orientation"> 181 <enum>Qt::Horizontal</enum> 182 </property> 183 </widget> 184 </item> 185 <item> 186 <widget class="QCheckBox" name="pause_if_hidden_check"> 187 <property name="text"> 188 <string>&Pause when minimized</string> 189 </property> 190 </widget> 191 </item> 192 <item> 179 193 <widget class="QCheckBox" name="close_on_finish_check"> 180 194 <property name="text"> … … 184 198 </item> 185 199 <item> 186 <widget class="QCheckBox" name="pause_if_hidden_check"> 187 <property name="text"> 188 <string>&Pause when minimized</string> 189 </property> 200 <widget class="QWidget" name="shutdown_widget" native="true"> 201 <layout class="QHBoxLayout" name="horizontalLayout_2"> 202 <property name="margin"> 203 <number>0</number> 204 </property> 205 <item> 206 <spacer name="horizontalSpacer_2"> 207 <property name="orientation"> 208 <enum>Qt::Horizontal</enum> 209 </property> 210 <property name="sizeType"> 211 <enum>QSizePolicy::Preferred</enum> 212 </property> 213 <property name="sizeHint" stdset="0"> 214 <size> 215 <width>20</width> 216 <height>20</height> 217 </size> 218 </property> 219 </spacer> 220 </item> 221 <item> 222 <widget class="QCheckBox" name="shutdown_check"> 223 <property name="enabled"> 224 <bool>false</bool> 225 </property> 226 <property name="text"> 227 <string>S&hut down computer</string> 228 </property> 229 </widget> 230 </item> 231 <item> 232 <spacer name="horizontalSpacer_3"> 233 <property name="orientation"> 234 <enum>Qt::Horizontal</enum> 235 </property> 236 <property name="sizeHint" stdset="0"> 237 <size> 238 <width>40</width> 239 <height>20</height> 240 </size> 241 </property> 242 </spacer> 243 </item> 244 </layout> 190 245 </widget> 191 246 </item> … … 1190 1245 <tabstop>use_screenshots_check</tabstop> 1191 1246 <tabstop>screenshot_edit</tabstop> 1247 <tabstop>pause_if_hidden_check</tabstop> 1192 1248 <tabstop>close_on_finish_check</tabstop> 1193 <tabstop> pause_if_hidden_check</tabstop>1249 <tabstop>shutdown_check</tabstop> 1194 1250 <tabstop>vo_combo</tabstop> 1195 1251 <tabstop>vo_user_defined_edit</tabstop> … … 1422 1478 </hints> 1423 1479 </connection> 1480 <connection> 1481 <sender>close_on_finish_check</sender> 1482 <signal>toggled(bool)</signal> 1483 <receiver>shutdown_check</receiver> 1484 <slot>setEnabled(bool)</slot> 1485 <hints> 1486 <hint type="sourcelabel"> 1487 <x>245</x> 1488 <y>352</y> 1489 </hint> 1490 <hint type="destinationlabel"> 1491 <x>120</x> 1492 <y>380</y> 1493 </hint> 1494 </hints> 1495 </connection> 1424 1496 </connections> 1425 1497 </ui>
Note:
See TracChangeset
for help on using the changeset viewer.