Warning, /system/liquidshell/WeatherAppletConfigureDialog.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>WeatherAppletConfigureDialog</class>
0004  <widget class="QDialog" name="WeatherAppletConfigureDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>638</width>
0010     <height>555</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>API Key</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="0" column="1" colspan="2">
0025     <widget class="QLineEdit" name="apiKey">
0026      <property name="toolTip">
0027       <string>The API key is needed to be allowed to get data from openweathermap.org</string>
0028      </property>
0029     </widget>
0030    </item>
0031    <item row="1" column="1">
0032     <widget class="QPushButton" name="getApiKey">
0033      <property name="text">
0034       <string>Get your personal API key</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="2" column="0">
0039     <widget class="QLabel" name="label_2">
0040      <property name="text">
0041       <string>Units</string>
0042      </property>
0043     </widget>
0044    </item>
0045    <item row="2" column="1">
0046     <widget class="QRadioButton" name="metric">
0047      <property name="text">
0048       <string>&amp;metric</string>
0049      </property>
0050      <property name="checked">
0051       <bool>true</bool>
0052      </property>
0053     </widget>
0054    </item>
0055    <item row="2" column="2">
0056     <widget class="QRadioButton" name="imperial">
0057      <property name="text">
0058       <string>&amp;imperial</string>
0059      </property>
0060     </widget>
0061    </item>
0062    <item row="3" column="0">
0063     <widget class="QLabel" name="label_3">
0064      <property name="text">
0065       <string>City</string>
0066      </property>
0067     </widget>
0068    </item>
0069    <item row="7" column="2">
0070     <widget class="QDialogButtonBox" name="buttonBox">
0071      <property name="orientation">
0072       <enum>Qt::Horizontal</enum>
0073      </property>
0074      <property name="standardButtons">
0075       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="4" column="1" colspan="2">
0080     <widget class="QTreeWidget" name="cityList">
0081      <property name="rootIsDecorated">
0082       <bool>false</bool>
0083      </property>
0084      <property name="uniformRowHeights">
0085       <bool>true</bool>
0086      </property>
0087      <property name="columnCount">
0088       <number>2</number>
0089      </property>
0090      <column>
0091       <property name="text">
0092        <string>City</string>
0093       </property>
0094      </column>
0095      <column>
0096       <property name="text">
0097        <string>Country</string>
0098       </property>
0099      </column>
0100     </widget>
0101    </item>
0102    <item row="3" column="1" colspan="2">
0103     <widget class="QLineEdit" name="city">
0104      <property name="clearButtonEnabled">
0105       <bool>true</bool>
0106      </property>
0107     </widget>
0108    </item>
0109    <item row="5" column="0">
0110     <widget class="QLabel" name="label_4">
0111      <property name="text">
0112       <string>Text</string>
0113      </property>
0114     </widget>
0115    </item>
0116    <item row="6" column="0">
0117     <widget class="QLabel" name="label_5">
0118      <property name="text">
0119       <string>Background</string>
0120      </property>
0121     </widget>
0122    </item>
0123    <item row="6" column="1" colspan="2">
0124     <widget class="KColorButton" name="backgroundColor">
0125      <property name="alphaChannelEnabled">
0126       <bool>true</bool>
0127      </property>
0128     </widget>
0129    </item>
0130    <item row="5" column="1" colspan="2">
0131     <widget class="KColorButton" name="textColor">
0132      <property name="alphaChannelEnabled">
0133       <bool>true</bool>
0134      </property>
0135     </widget>
0136    </item>
0137   </layout>
0138  </widget>
0139  <customwidgets>
0140   <customwidget>
0141    <class>KColorButton</class>
0142    <extends>QPushButton</extends>
0143    <header>kcolorbutton.h</header>
0144   </customwidget>
0145  </customwidgets>
0146  <resources/>
0147  <connections>
0148   <connection>
0149    <sender>buttonBox</sender>
0150    <signal>accepted()</signal>
0151    <receiver>WeatherAppletConfigureDialog</receiver>
0152    <slot>accept()</slot>
0153    <hints>
0154     <hint type="sourcelabel">
0155      <x>248</x>
0156      <y>254</y>
0157     </hint>
0158     <hint type="destinationlabel">
0159      <x>157</x>
0160      <y>274</y>
0161     </hint>
0162    </hints>
0163   </connection>
0164   <connection>
0165    <sender>buttonBox</sender>
0166    <signal>rejected()</signal>
0167    <receiver>WeatherAppletConfigureDialog</receiver>
0168    <slot>reject()</slot>
0169    <hints>
0170     <hint type="sourcelabel">
0171      <x>316</x>
0172      <y>260</y>
0173     </hint>
0174     <hint type="destinationlabel">
0175      <x>286</x>
0176      <y>274</y>
0177     </hint>
0178    </hints>
0179   </connection>
0180  </connections>
0181 </ui>