Warning, /plasma/oxygen/kdecoration/config/ui/oxygendetectwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>OxygenDetectWidget</class>
0004  <widget class="QDialog" name="OxygenDetectWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>239</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>Information about Selected Window</string>
0021      </property>
0022      <layout class="QGridLayout" name="gridLayout">
0023       <item row="0" column="0">
0024        <widget class="QLabel" name="label">
0025         <property name="text">
0026          <string>Class: </string>
0027         </property>
0028         <property name="alignment">
0029          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0030         </property>
0031        </widget>
0032       </item>
0033       <item row="0" column="1">
0034        <widget class="QLabel" name="windowClass">
0035         <property name="text">
0036          <string notr="true">TextLabel</string>
0037         </property>
0038        </widget>
0039       </item>
0040       <item row="1" column="0">
0041        <widget class="QLabel" name="label_2">
0042         <property name="text">
0043          <string>Title: </string>
0044         </property>
0045         <property name="alignment">
0046          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0047         </property>
0048        </widget>
0049       </item>
0050       <item row="1" column="1">
0051        <widget class="QLabel" name="windowTitle">
0052         <property name="text">
0053          <string notr="true">TextLabel</string>
0054         </property>
0055        </widget>
0056       </item>
0057      </layout>
0058     </widget>
0059    </item>
0060    <item>
0061     <widget class="QGroupBox" name="groupBox_2">
0062      <property name="title">
0063       <string>Window Property Selection</string>
0064      </property>
0065      <layout class="QVBoxLayout" name="verticalLayout_2">
0066       <item>
0067        <widget class="QRadioButton" name="windowClassCheckBox">
0068         <property name="text">
0069          <string>Use window class (whole application)</string>
0070         </property>
0071        </widget>
0072       </item>
0073       <item>
0074        <widget class="QRadioButton" name="windowTitleCheckBox">
0075         <property name="locale">
0076          <locale language="French" country="France"/>
0077         </property>
0078         <property name="text">
0079          <string>Use window title</string>
0080         </property>
0081        </widget>
0082       </item>
0083       <item>
0084        <spacer name="verticalSpacer">
0085         <property name="orientation">
0086          <enum>Qt::Vertical</enum>
0087         </property>
0088         <property name="sizeHint" stdset="0">
0089          <size>
0090           <width>20</width>
0091           <height>40</height>
0092          </size>
0093         </property>
0094        </spacer>
0095       </item>
0096      </layout>
0097     </widget>
0098    </item>
0099    <item>
0100     <widget class="QDialogButtonBox" name="buttonBox">
0101      <property name="orientation">
0102       <enum>Qt::Horizontal</enum>
0103      </property>
0104      <property name="standardButtons">
0105       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0106      </property>
0107     </widget>
0108    </item>
0109   </layout>
0110  </widget>
0111  <resources/>
0112  <connections>
0113   <connection>
0114    <sender>buttonBox</sender>
0115    <signal>accepted()</signal>
0116    <receiver>OxygenDetectWidget</receiver>
0117    <slot>accept()</slot>
0118    <hints>
0119     <hint type="sourcelabel">
0120      <x>248</x>
0121      <y>254</y>
0122     </hint>
0123     <hint type="destinationlabel">
0124      <x>157</x>
0125      <y>274</y>
0126     </hint>
0127    </hints>
0128   </connection>
0129   <connection>
0130    <sender>buttonBox</sender>
0131    <signal>rejected()</signal>
0132    <receiver>OxygenDetectWidget</receiver>
0133    <slot>reject()</slot>
0134    <hints>
0135     <hint type="sourcelabel">
0136      <x>316</x>
0137      <y>260</y>
0138     </hint>
0139     <hint type="destinationlabel">
0140      <x>286</x>
0141      <y>274</y>
0142     </hint>
0143    </hints>
0144   </connection>
0145  </connections>
0146 </ui>