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

📄 gotocelldialog.ui

📁 qt_example.rar
💻 UI
字号:
<ui version="4.0" > <class>GoToCellDialog</class> <widget class="QWidget" name="GoToCellDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>243</width>    <height>74</height>   </rect>  </property>  <property name="windowTitle" >   <string>Go to Cell</string>  </property>  <layout class="QVBoxLayout" name="verticalLayout" >   <item>    <layout class="QHBoxLayout" name="horizontalLayout" >     <item>      <widget class="QLabel" name="label" >       <property name="text" >        <string>&amp;Cell Location:</string>       </property>       <property name="buddy" >        <cstring>lineEdit</cstring>       </property>      </widget>     </item>     <item>      <widget class="QLineEdit" name="lineEdit" />     </item>    </layout>   </item>   <item>    <layout class="QHBoxLayout" name="horizontalLayout_2" >     <item>      <spacer name="horizontalSpacer" >       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" stdset="0" >        <size>         <width>58</width>         <height>20</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="QPushButton" name="okButton" >       <property name="enabled" >        <bool>false</bool>       </property>       <property name="text" >        <string>OK</string>       </property>       <property name="default" >        <bool>true</bool>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="cancelButton" >       <property name="enabled" >        <bool>true</bool>       </property>       <property name="text" >        <string>Cancel</string>       </property>       <property name="default" >        <bool>false</bool>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <tabstops>  <tabstop>lineEdit</tabstop>  <tabstop>okButton</tabstop>  <tabstop>cancelButton</tabstop> </tabstops> <resources/> <connections/></ui>

⌨️ 快捷键说明

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