⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yawpconfigdialog.ui

📁 KDE4.1 weather plasmoid
💻 UI
字号:
<ui version="4.0" > <class>YaWPConfigDialog</class> <widget class="QWidget" name="YaWPConfigDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>402</width>    <height>204</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy vsizetype="Maximum" hsizetype="Maximum" >    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="minimumSize" >   <size>    <width>400</width>    <height>200</height>   </size>  </property>  <property name="baseSize" >   <size>    <width>400</width>    <height>200</height>   </size>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <widget class="QWidget" name="formLayoutWidget" >   <property name="geometry" >    <rect>     <x>10</x>     <y>10</y>     <width>381</width>     <height>178</height>    </rect>   </property>   <layout class="QFormLayout" name="formLayout" >    <property name="fieldGrowthPolicy" >     <enum>QFormLayout::AllNonFixedFieldsGrow</enum>    </property>    <item row="0" column="1" >     <widget class="QLineEdit" name="editCountry" >      <property name="text" >       <string>South Africa</string>      </property>     </widget>    </item>    <item row="1" column="0" >     <widget class="QLabel" name="label_2" >      <property name="text" >       <string>City name:</string>      </property>     </widget>    </item>    <item row="1" column="1" >     <widget class="QLineEdit" name="editCity" >      <property name="text" >       <string>Johannesburg</string>      </property>     </widget>    </item>    <item row="3" column="0" >     <widget class="QLabel" name="label_3" >      <property name="text" >       <string>Theme:</string>      </property>     </widget>    </item>    <item row="3" column="1" >     <widget class="QComboBox" name="comboTheme" >      <item>       <property name="text" >        <string>default</string>       </property>      </item>      <item>       <property name="text" >        <string>purple</string>       </property>      </item>      <item>       <property name="text" >        <string>green</string>       </property>      </item>      <item>       <property name="text" >        <string>black</string>       </property>      </item>      <item>       <property name="text" >        <string>blue</string>       </property>      </item>      <item>       <property name="text" >        <string>red</string>       </property>      </item>      <item>       <property name="text" >        <string>yellow</string>       </property>      </item>      <item>       <property name="text" >        <string>funky</string>       </property>      </item>      <item>       <property name="text" >        <string>naked</string>       </property>      </item>     </widget>    </item>    <item row="4" column="0" >     <widget class="QLabel" name="label_4" >      <property name="text" >       <string>Update interval:</string>      </property>     </widget>    </item>    <item row="4" column="1" >     <widget class="QComboBox" name="comboInterval" >      <item>       <property name="text" >        <string>60</string>       </property>      </item>      <item>       <property name="text" >        <string>45</string>       </property>      </item>      <item>       <property name="text" >        <string>30</string>       </property>      </item>      <item>       <property name="text" >        <string>15</string>       </property>      </item>     </widget>    </item>    <item row="0" column="0" >     <widget class="QLabel" name="label" >      <property name="text" >       <string>Country name or code:</string>      </property>     </widget>    </item>    <item row="5" column="0" >     <widget class="QLabel" name="label_5" >      <property name="text" >       <string>Weather service:</string>      </property>     </widget>    </item>    <item row="5" column="1" >     <widget class="QComboBox" name="comboBox" >      <item>       <property name="text" >        <string>Google</string>       </property>      </item>     </widget>    </item>    <item row="2" column="0" >     <widget class="QLabel" name="label_6" >      <property name="text" >       <string>Unit system:</string>      </property>     </widget>    </item>    <item row="2" column="1" >     <widget class="QComboBox" name="comboUnits" >      <item>       <property name="text" >        <string>Metric</string>       </property>      </item>      <item>       <property name="text" >        <string>Imperial</string>       </property>      </item>     </widget>    </item>   </layout>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -