Warning, /pim/kalarm/src/wakedlg.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003    SPDX-FileCopyrightText: 2011 David Jarvie <djarvie@kde.org>
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 -->
0006 <ui version="4.0">
0007  <class>WakeFromSuspendDlgWidget</class>
0008  <widget class="QWidget" name="WakeFromSuspendDlgWidget">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>388</width>
0014     <height>256</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout">
0018    <item>
0019     <widget class="QGroupBox" name="groupBox">
0020      <property name="title">
0021       <string>Wake From Suspend Alarm</string>
0022      </property>
0023      <layout class="QHBoxLayout" name="horizontalLayout">
0024       <item>
0025        <spacer name="horizontalSpacer">
0026         <property name="orientation">
0027          <enum>Qt::Horizontal</enum>
0028         </property>
0029         <property name="sizeHint" stdset="0">
0030          <size>
0031           <width>40</width>
0032           <height>20</height>
0033          </size>
0034         </property>
0035        </spacer>
0036       </item>
0037       <item>
0038        <layout class="QVBoxLayout" name="verticalLayout1">
0039         <item>
0040          <widget class="QPushButton" name="showWakeButton">
0041           <property name="toolTip">
0042            <string>Show current wake-from-suspend alarm</string>
0043           </property>
0044           <property name="whatsThis">
0045            <string>Highlight the current wake-from-suspend alarm in the alarm list. This button is disabled if no wake-from-suspend alarm is configured.</string>
0046           </property>
0047           <property name="text">
0048            <string>Show current alarm</string>
0049           </property>
0050          </widget>
0051         </item>
0052         <item>
0053          <widget class="QPushButton" name="useWakeButton">
0054           <property name="toolTip">
0055            <string>Set highlighted alarm as the wake-from-suspend alarm</string>
0056           </property>
0057           <property name="whatsThis">
0058            <string>Set the alarm highlighted in the alarm list to wake-from-suspend. This replaces any existing wake-from-suspend alarm.</string>
0059           </property>
0060           <property name="text">
0061            <string>Use highlighted alarm</string>
0062           </property>
0063          </widget>
0064         </item>
0065         <item>
0066          <widget class="QPushButton" name="cancelWakeButton">
0067           <property name="sizePolicy">
0068            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0069             <horstretch>0</horstretch>
0070             <verstretch>0</verstretch>
0071            </sizepolicy>
0072           </property>
0073           <property name="toolTip">
0074            <string>Cancel the current wake-from-suspend</string>
0075           </property>
0076           <property name="whatsThis">
0077            <string>Cancel the currently configured wake-from-suspend. Note that this does not cancel the alarm itself, which will still trigger in the normal way. This button is disabled if no wake-from-suspend alarm is configured.</string>
0078           </property>
0079           <property name="text">
0080            <string>Cancel wake from suspend</string>
0081           </property>
0082          </widget>
0083         </item>
0084        </layout>
0085       </item>
0086       <item>
0087        <spacer name="horizontalSpacer_2">
0088         <property name="orientation">
0089          <enum>Qt::Horizontal</enum>
0090         </property>
0091         <property name="sizeHint" stdset="0">
0092          <size>
0093           <width>40</width>
0094           <height>20</height>
0095          </size>
0096         </property>
0097        </spacer>
0098       </item>
0099      </layout>
0100     </widget>
0101    </item>
0102    <item>
0103     <layout class="QHBoxLayout" name="horizontalLayout_2">
0104      <item>
0105       <widget class="QSpinBox" name="advanceWakeTime">
0106        <property name="sizePolicy">
0107         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0108          <horstretch>0</horstretch>
0109          <verstretch>0</verstretch>
0110         </sizepolicy>
0111        </property>
0112        <property name="whatsThis">
0113         <string>Enter how many minutes before the alarm trigger time to wake the system from suspend. This can be used to ensure that the system is fully restored by the time the alarm triggers.</string>
0114        </property>
0115        <property name="maximum">
0116         <number>10</number>
0117        </property>
0118       </widget>
0119      </item>
0120      <item>
0121       <widget class="QLabel" name="label">
0122        <property name="text">
0123         <string>Number of minutes before alarm to wake from suspend</string>
0124        </property>
0125       </widget>
0126      </item>
0127     </layout>
0128    </item>
0129    <item>
0130     <spacer name="verticalSpacer">
0131      <property name="orientation">
0132       <enum>Qt::Vertical</enum>
0133      </property>
0134      <property name="sizeHint" stdset="0">
0135       <size>
0136        <width>20</width>
0137        <height>40</height>
0138       </size>
0139      </property>
0140     </spacer>
0141    </item>
0142    <item>
0143     <widget class="QDialogButtonBox" name="buttonBox">
0144      <property name="standardButtons">
0145       <set>QDialogButtonBox::Cancel</set>
0146      </property>
0147     </widget>
0148    </item>
0149   </layout>
0150  </widget>
0151  <resources/>
0152  <connections/>
0153 </ui>