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

📄 mainwindow.ui

📁 PSP公交查询系统的公交数据管理。使用跨平台的QT作为开发工具。目前尚未全部完成。
💻 UI
字号:
<ui version="4.0" > <class>MainWindowClass</class> <widget class="QMainWindow" name="MainWindowClass" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>800</width>    <height>600</height>   </rect>  </property>  <property name="windowTitle" >   <string>MainWindow</string>  </property>  <widget class="QWidget" name="centralwidget" >   <property name="geometry" >    <rect>     <x>0</x>     <y>20</y>     <width>800</width>     <height>562</height>    </rect>   </property>   <widget class="QLineEdit" name="lineEdit_2" >    <property name="geometry" >     <rect>      <x>240</x>      <y>130</y>      <width>113</width>      <height>20</height>     </rect>    </property>   </widget>   <widget class="QListWidget" name="listWidget" >    <property name="geometry" >     <rect>      <x>20</x>      <y>50</y>      <width>191</width>      <height>311</height>     </rect>    </property>   </widget>   <widget class="QPushButton" name="btnUpdate" >    <property name="geometry" >     <rect>      <x>290</x>      <y>30</y>      <width>75</width>      <height>23</height>     </rect>    </property>    <property name="text" >     <string>PushButton</string>    </property>   </widget>   <widget class="QLineEdit" name="lineName" >    <property name="geometry" >     <rect>      <x>240</x>      <y>80</y>      <width>113</width>      <height>20</height>     </rect>    </property>   </widget>  </widget>  <widget class="QMenuBar" name="menubar" >   <property name="geometry" >    <rect>     <x>0</x>     <y>0</y>     <width>800</width>     <height>20</height>    </rect>   </property>   <widget class="QMenu" name="menu_File" >    <property name="title" >     <string>&amp;File</string>    </property>    <addaction name="separator" />    <addaction name="action_New" />    <addaction name="action_Open" />    <addaction name="separator" />    <addaction name="action_Exit" />   </widget>   <widget class="QMenu" name="menu_Help" >    <property name="title" >     <string>&amp;Help</string>    </property>    <addaction name="action_About" />   </widget>   <addaction name="menu_File" />   <addaction name="menu_Help" />  </widget>  <widget class="QStatusBar" name="statusBar" >   <property name="geometry" >    <rect>     <x>0</x>     <y>582</y>     <width>800</width>     <height>18</height>    </rect>   </property>  </widget>  <action name="action_New" >   <property name="text" >    <string>&amp;New</string>   </property>  </action>  <action name="action_Open" >   <property name="text" >    <string>&amp;Open</string>   </property>  </action>  <action name="action_2" >   <property name="text" >    <string>-</string>   </property>  </action>  <action name="action_Exit" >   <property name="text" >    <string>&amp;Exit</string>   </property>  </action>  <action name="action_About" >   <property name="text" >    <string>&amp;About</string>   </property>  </action> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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