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

📄 dlgmain.ui

📁 Visual C++串口通信开发入门与编程实践
💻 UI
字号:
<ui version="4.0" > <class>dlgMain</class> <widget class="QDialog" name="dlgMain" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>400</width>    <height>300</height>   </rect>  </property>  <property name="windowTitle" >   <string>Text Viewer</string>  </property>  <layout class="QVBoxLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item>    <layout class="QHBoxLayout" >     <property name="margin" >      <number>0</number>     </property>     <property name="spacing" >      <number>6</number>     </property>     <item>      <widget class="QLineEdit" name="edtPathname" >       <property name="readOnly" >        <bool>true</bool>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="btnBrowse" >       <property name="text" >        <string>&amp;Browse...</string>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="btnOpen" >       <property name="text" >        <string>&amp;Open</string>       </property>      </widget>     </item>    </layout>   </item>   <item>    <widget class="QTextEdit" name="edtMain" >     <property name="readOnly" >      <bool>true</bool>     </property>    </widget>   </item>   <item>    <layout class="QHBoxLayout" >     <property name="margin" >      <number>0</number>     </property>     <property name="spacing" >      <number>6</number>     </property>     <item>      <spacer>       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" >        <size>         <width>40</width>         <height>20</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="QPushButton" name="btnClose" >       <property name="text" >        <string>&amp;Close</string>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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