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

📄 random_str.ui

📁 利用python语言写的课程设计: 包括学生成绩统计
💻 UI
字号:
<ui version="4.0" > <class>Form</class> <widget class="QWidget" name="Form" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>403</width>    <height>221</height>   </rect>  </property>  <property name="windowTitle" >   <string>字符串比较程序</string>  </property>  <widget class="QGroupBox" name="groupBox" >   <property name="geometry" >    <rect>     <x>10</x>     <y>10</y>     <width>381</width>     <height>191</height>    </rect>   </property>   <property name="title" >    <string>字符串比较</string>   </property>   <widget class="QPushButton" name="cmpr" >    <property name="geometry" >     <rect>      <x>140</x>      <y>130</y>      <width>102</width>      <height>41</height>     </rect>    </property>    <property name="text" >     <string>对比</string>    </property>   </widget>   <widget class="QPushButton" name="quit" >    <property name="geometry" >     <rect>      <x>260</x>      <y>130</y>      <width>101</width>      <height>41</height>     </rect>    </property>    <property name="text" >     <string>退出</string>    </property>   </widget>   <widget class="QPushButton" name="str_gnr" >    <property name="geometry" >     <rect>      <x>20</x>      <y>130</y>      <width>101</width>      <height>41</height>     </rect>    </property>    <property name="text" >     <string>产生随机字符串</string>    </property>   </widget>   <widget class="QLabel" name="label_3" >    <property name="geometry" >     <rect>      <x>20</x>      <y>100</y>      <width>61</width>      <height>21</height>     </rect>    </property>    <property name="text" >     <string>正确率:</string>    </property>   </widget>   <widget class="QLabel" name="cor_rate" >    <property name="geometry" >     <rect>      <x>70</x>      <y>100</y>      <width>131</width>      <height>21</height>     </rect>    </property>    <property name="text" >     <string/>    </property>   </widget>   <widget class="QLabel" name="label_2" >    <property name="geometry" >     <rect>      <x>20</x>      <y>60</y>      <width>36</width>      <height>39</height>     </rect>    </property>    <property name="text" >     <string>输入:</string>    </property>   </widget>   <widget class="QLineEdit" name="lineEdit" >    <property name="geometry" >     <rect>      <x>60</x>      <y>70</y>      <width>301</width>      <height>21</height>     </rect>    </property>   </widget>   <widget class="QLabel" name="label" >    <property name="geometry" >     <rect>      <x>20</x>      <y>30</y>      <width>71</width>      <height>21</height>     </rect>    </property>    <property name="text" >     <string>随机字符串:</string>    </property>   </widget>   <widget class="QLabel" name="random_str" >    <property name="geometry" >     <rect>      <x>90</x>      <y>30</y>      <width>271</width>      <height>21</height>     </rect>    </property>    <property name="text" >     <string/>    </property>   </widget>  </widget> </widget> <resources/> <connections>  <connection>   <sender>quit</sender>   <signal>clicked()</signal>   <receiver>Form</receiver>   <slot>close()</slot>   <hints>    <hint type="sourcelabel" >     <x>325</x>     <y>239</y>    </hint>    <hint type="destinationlabel" >     <x>393</x>     <y>269</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

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