1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>LidWatcherSettings</class> 4 <widget class="QWidget" name="LidWatcherSettings"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>276</width> 10 <height>289</height> 11 </rect> 12 </property> 13 <property name="styleSheet"> 14 <string notr="true">QGroupBox QGroupBox { 15border: none; 16padding-top: 30px; 17}</string> 18 </property> 19 <layout class="QVBoxLayout" name="verticalLayout"> 20 <item> 21 <widget class="QGroupBox" name="lidWatcherSettingsGroupBox"> 22 <property name="title"> 23 <string>Enable &Lid Watcher</string> 24 </property> 25 <property name="checkable"> 26 <bool>true</bool> 27 </property> 28 <property name="checked"> 29 <bool>true</bool> 30 </property> 31 <layout class="QVBoxLayout" name="verticalLayout_2"> 32 <item> 33 <widget class="QGroupBox" name="groupBox"> 34 <property name="styleSheet"> 35 <string notr="true"/> 36 </property> 37 <property name="title"> 38 <string>Action when lid is closed:</string> 39 </property> 40 <layout class="QFormLayout" name="formLayout_2"> 41 <property name="fieldGrowthPolicy"> 42 <enum>QFormLayout::AllNonFixedFieldsGrow</enum> 43 </property> 44 <property name="labelAlignment"> 45 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 46 </property> 47 <item row="0" column="0"> 48 <widget class="QLabel" name="onBatteryActionLabel"> 49 <property name="text"> 50 <string>On Battery:</string> 51 </property> 52 </widget> 53 </item> 54 <item row="0" column="1"> 55 <widget class="QComboBox" name="onBatteryActionComboBox"> 56 <item> 57 <property name="text"> 58 <string>Nothing</string> 59 </property> 60 </item> 61 <item> 62 <property name="text"> 63 <string>Suspend</string> 64 </property> 65 </item> 66 <item> 67 <property name="text"> 68 <string>Hibernate</string> 69 </property> 70 </item> 71 <item> 72 <property name="text"> 73 <string>Shut down</string> 74 </property> 75 </item> 76 </widget> 77 </item> 78 <item row="1" column="0"> 79 <widget class="QLabel" name="onAcActionLabel"> 80 <property name="text"> 81 <string>On AC:</string> 82 </property> 83 </widget> 84 </item> 85 <item row="1" column="1"> 86 <widget class="QComboBox" name="onAcActionComboBox"/> 87 </item> 88 </layout> 89 </widget> 90 </item> 91 <item> 92 <widget class="QGroupBox" name="extMonGroupBox"> 93 <property name="title"> 94 <string>When &using external monitor</string> 95 </property> 96 <property name="checkable"> 97 <bool>true</bool> 98 </property> 99 <layout class="QFormLayout" name="formLayout"> 100 <property name="fieldGrowthPolicy"> 101 <enum>QFormLayout::AllNonFixedFieldsGrow</enum> 102 </property> 103 <property name="labelAlignment"> 104 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 105 </property> 106 <item row="1" column="0"> 107 <widget class="QLabel" name="extMonOnBatteryActionLabel"> 108 <property name="sizePolicy"> 109 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 110 <horstretch>0</horstretch> 111 <verstretch>0</verstretch> 112 </sizepolicy> 113 </property> 114 <property name="text"> 115 <string>On Battery:</string> 116 </property> 117 </widget> 118 </item> 119 <item row="1" column="1"> 120 <widget class="QComboBox" name="extMonOnBatteryActionComboBox"/> 121 </item> 122 <item row="2" column="0"> 123 <widget class="QLabel" name="extMonOnAcActionLabel"> 124 <property name="text"> 125 <string>On AC:</string> 126 </property> 127 </widget> 128 </item> 129 <item row="2" column="1"> 130 <widget class="QComboBox" name="extMonOnAcActionComboBox"> 131 <property name="sizePolicy"> 132 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 133 <horstretch>0</horstretch> 134 <verstretch>0</verstretch> 135 </sizepolicy> 136 </property> 137 </widget> 138 </item> 139 </layout> 140 </widget> 141 </item> 142 </layout> 143 </widget> 144 </item> 145 </layout> 146 </widget> 147 <resources/> 148 <connections/> 149</ui> 150