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

📄 reformatdialog.ui

📁 QT4 gui programming的随书光盘
💻 UI
字号:
<ui version="4.0" > <class>ReformatDialog</class> <widget class="QDialog" name="ReformatDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>283</width>    <height>324</height>   </rect>  </property>  <property name="windowTitle" >   <string>Reformat Text</string>  </property>  <layout class="QVBoxLayout" >   <item>    <widget class="QGroupBox" name="indentGroupBox" >     <property name="title" >      <string>&amp;Reindent document</string>     </property>     <property name="flat" >      <bool>false</bool>     </property>     <property name="checkable" >      <bool>true</bool>     </property>     <layout class="QHBoxLayout" >      <item>       <widget class="QLabel" name="indentSizeLabel" >        <property name="text" >         <string>Indent &amp;size:</string>        </property>        <property name="buddy" >         <cstring>indentSizeSpinBox</cstring>        </property>       </widget>      </item>      <item>       <widget class="QSpinBox" name="indentSizeSpinBox" >        <property name="alignment" >         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>        </property>        <property name="value" >         <number>4</number>        </property>       </widget>      </item>      <item>       <widget class="QLabel" name="indentSizeUnitLabel" >        <property name="text" >         <string>characters</string>        </property>       </widget>      </item>      <item>       <spacer>        <property name="orientation" >         <enum>Qt::Horizontal</enum>        </property>        <property name="sizeHint" >         <size>          <width>71</width>          <height>20</height>         </size>        </property>       </spacer>      </item>     </layout>    </widget>   </item>   <item>    <widget class="QGroupBox" name="wrapGroupBox" >     <property name="title" >      <string>&amp;Wrap long lines</string>     </property>     <property name="flat" >      <bool>false</bool>     </property>     <property name="checkable" >      <bool>true</bool>     </property>     <layout class="QHBoxLayout" >      <item>       <widget class="QLabel" name="wrapMarginLabel" >        <property name="text" >         <string>Wrap &amp;margin:</string>        </property>        <property name="buddy" >         <cstring>wrapMarginSpinBox</cstring>        </property>       </widget>      </item>      <item>       <widget class="QSpinBox" name="wrapMarginSpinBox" >        <property name="alignment" >         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>        </property>        <property name="maximum" >         <number>1000</number>        </property>        <property name="value" >         <number>80</number>        </property>       </widget>      </item>      <item>       <widget class="QLabel" name="wrapMarginUnitLabel" >        <property name="text" >         <string>characters</string>        </property>       </widget>      </item>      <item>       <spacer>        <property name="orientation" >         <enum>Qt::Horizontal</enum>        </property>        <property name="sizeHint" >         <size>          <width>71</width>          <height>20</height>         </size>        </property>       </spacer>      </item>     </layout>    </widget>   </item>   <item>    <widget class="QGroupBox" name="caseGroupBox" >     <property name="title" >      <string>Stan&amp;dardize tags' case</string>     </property>     <property name="flat" >      <bool>false</bool>     </property>     <property name="checkable" >      <bool>true</bool>     </property>     <layout class="QHBoxLayout" >      <item>       <widget class="QRadioButton" name="lowercaseRadio" >        <property name="text" >         <string>&amp;Lowercase</string>        </property>        <property name="checked" >         <bool>true</bool>        </property>       </widget>      </item>      <item>       <widget class="QRadioButton" name="uppercaseRadio" >        <property name="text" >         <string>&amp;Uppercase</string>        </property>       </widget>      </item>      <item>       <spacer>        <property name="orientation" >         <enum>Qt::Horizontal</enum>        </property>        <property name="sizeHint" >         <size>          <width>40</width>          <height>20</height>         </size>        </property>       </spacer>      </item>     </layout>    </widget>   </item>   <item>    <layout class="QHBoxLayout" >     <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="applyButton" >       <property name="text" >        <string>Apply</string>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="closeButton" >       <property name="text" >        <string>Close</string>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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