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

📄 datamanagement.ui

📁 PSP公交查询系统的公交数据管理。使用跨平台的QT作为开发工具。目前尚未全部完成。
💻 UI
字号:
<ui version="4.0" > <class>DataManagementClass</class> <widget class="QWidget" name="DataManagementClass" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>537</width>    <height>482</height>   </rect>  </property>  <property name="windowTitle" >   <string>DataManagement</string>  </property>  <widget class="QPushButton" name="btnUpdate" >   <property name="geometry" >    <rect>     <x>270</x>     <y>20</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>220</x>     <y>70</y>     <width>113</width>     <height>20</height>    </rect>   </property>  </widget>  <widget class="QLineEdit" name="lineEdit_2" >   <property name="geometry" >    <rect>     <x>220</x>     <y>120</y>     <width>113</width>     <height>20</height>    </rect>   </property>  </widget>  <widget class="QListWidget" name="listWidget" >   <property name="geometry" >    <rect>     <x>20</x>     <y>60</y>     <width>191</width>     <height>311</height>    </rect>   </property>  </widget> </widget> <layoutdefault spacing="6" margin="11" /> <resources/> <connections/></ui>

⌨️ 快捷键说明

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