dialog.ui

来自「用Qt4编写的linux IDE开发环境」· UI 代码 · 共 45 行

UI
45
字号
<ui version="4.0" > <class>Dialog</class> <widget class="QDialog" name="Dialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>400</width>    <height>300</height>   </rect>  </property>  <property name="windowTitle" >   <string>Dialog</string>  </property>  <widget class="QLabel" name="label" >   <property name="geometry" >    <rect>     <x>9</x>     <y>9</y>     <width>382</width>     <height>244</height>    </rect>   </property>   <property name="text" >    <string>Remove this widget and insert your own widgets</string>   </property>  </widget>  <widget class="QDialogButtonBox" name="buttonBox" >   <property name="geometry" >    <rect>     <x>9</x>     <y>259</y>     <width>382</width>     <height>32</height>    </rect>   </property>   <property name="standardButtons" >    <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>   </property>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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