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

📄 third.ui

📁 Linux窗口程序设计__Qt4精彩实例分析上面的源代码第二部分.以循序渐进的方式进行源代码,包括Qt4下面的图形与图画对话框QMainWindow的源代码.
💻 UI
字号:
<ui version="4.0" > <class>Third</class> <widget class="QWidget" name="Third" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>300</width>    <height>300</height>   </rect>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <widget class="QLabel" name="label" >   <property name="geometry" >    <rect>     <x>80</x>     <y>70</y>     <width>131</width>     <height>16</height>    </rect>   </property>   <property name="text" >    <string>这是第三个 UI !!</string>   </property>  </widget>  <widget class="QPushButton" name="closePushButton" >   <property name="geometry" >    <rect>     <x>180</x>     <y>230</y>     <width>75</width>     <height>23</height>    </rect>   </property>   <property name="text" >    <string>关闭</string>   </property>  </widget> </widget> <resources/> <connections>  <connection>   <sender>closePushButton</sender>   <signal>clicked()</signal>   <receiver>Third</receiver>   <slot>close()</slot>   <hints>    <hint type="sourcelabel" >     <x>208</x>     <y>241</y>    </hint>    <hint type="destinationlabel" >     <x>101</x>     <y>240</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

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