📄 sqlformwizard.ui
字号:
</property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>buttonDownSortField</cstring> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>down.png</pixmap> </property> <property name="toolTip" stdset="0"> <string>move field down</string> </property> <property name="whatsThis" stdset="0"> <string>Move selected field in the sort by list down</string> </property> </widget> <spacer> <property name="name" stdset="0"> <cstring>Spacer2_3</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>buttonReSortField</cstring> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>re-sort.png</pixmap> </property> <property name="toolTip" stdset="0"> <string>Change field sort from ASC to DESC and back</string> </property> <property name="whatsThis" stdset="0"> <string>Changes the field sort order from ascending to descending for the selected field in the sort by list.</string> </property> </widget> </vbox> </widget> <widget class="QLayoutWidget" row="1" column="2"> <property name="name"> <cstring>Layout12</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel1_4</cstring> </property> <property name="text"> <string>Available Fields</string> </property> </widget> <widget class="QListBox"> <property name="name"> <cstring>listBoxSortField</cstring> </property> <property name="whatsThis" stdset="0"> <string>This is the list of all available fields in the selected table</string> </property> </widget> </vbox> </widget> </grid> </widget> <widget class="QWidget"> <property name="name"> <cstring>layoutPage</cstring> </property> <attribute name="title"> <string>Layout</string> </attribute> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel" row="0" column="0" rowspan="6" colspan="1"> <property name="name"> <cstring>TextLabel4_2_2_2_3_2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string></string> </property> <property name="pixmap"> <pixmap>qtwizards_table_3.png</pixmap> </property> </widget> <spacer row="5" column="5"> <property name="name" stdset="0"> <cstring>Spacer1_9</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="QButtonGroup" row="1" column="1" rowspan="1" colspan="5"> <property name="name"> <cstring>ButtonGroup1</cstring> </property> <property name="title"> <string>&Labels</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QRadioButton" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>radioLabelsLeft</cstring> </property> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Labels to &left</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> <string>Create labels to the left of data entry fields.</string> </property> </widget> <widget class="QLabel" row="3" column="1"> <property name="name"> <cstring>TextLabel3</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Create labels above data entry fields.</string> </property> </widget> <widget class="QLabel" row="1" column="1"> <property name="name"> <cstring>TextLabel2_2</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Create labels to the left of data entry fields.</string> </property> </widget> <spacer row="1" column="0"> <property name="name" stdset="0"> <cstring>Spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Maximum</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <spacer row="3" column="0"> <property name="name" stdset="0"> <cstring>Spacer5</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Maximum</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>20</height> </size> </property> </spacer> <widget class="QRadioButton" row="2" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>radioLabelsTop</cstring> </property> <property name="text"> <string>Labels on &top</string> </property> <property name="whatsThis" stdset="0"> <string>Create labels above data entry fields.</string> </property> </widget> </grid> </widget> <widget class="QCheckBox" row="4" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>checkCreateLayouts</cstring> </property> <property name="text"> <string>&Create layout for all</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> <string>Create a BoxLayout around the whole widget</string> </property> <property name="whatsThis" stdset="0"> <string>If you select this a BoxLayout will be created for the whole widget</string> </property> </widget> <widget class="QCheckBox" row="3" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>checkCreateButtonLayout</cstring> </property> <property name="text"> <string>Create layout for &buttons</string> </property>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -