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

📄 sqlformwizard.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 5 页
字号:
                            <cstring>GroupBox3</cstring>                        </property>                        <property name="sizePolicy">                            <sizepolicy>                                <hsizetype>5</hsizetype>                                <vsizetype>7</vsizetype>                                <horstretch>0</horstretch>                                <verstretch>0</verstretch>                            </sizepolicy>                        </property>                        <property name="title">                            <string>&amp;Editing</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="QCheckBox" row="0" column="0">                                <property name="name">                                    <cstring>checkBoxInsert</cstring>                                </property>                                <property name="text">                                    <string>&amp;Insert</string>                                </property>                                <property name="checked">                                    <bool>true</bool>                                </property>                                <property name="toolTip" stdset="0">                                    <string>User can insert new rows</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>User can insert new rows</string>                                </property>                            </widget>                            <widget class="QCheckBox" row="1" column="0">                                <property name="name">                                    <cstring>checkBoxUpdate</cstring>                                </property>                                <property name="text">                                    <string>&amp;Update</string>                                </property>                                <property name="checked">                                    <bool>true</bool>                                </property>                                <property name="toolTip" stdset="0">                                    <string>user can edit existing rows</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>user can edit existing rows</string>                                </property>                            </widget>                            <widget class="QCheckBox" row="0" column="1">                                <property name="name">                                    <cstring>checkBoxDelete</cstring>                                </property>                                <property name="text">                                    <string>&amp;Delete</string>                                </property>                                <property name="checked">                                    <bool>true</bool>                                </property>                                <property name="toolTip" stdset="0">                                    <string>user can delete rows</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>user can delete rows</string>                                </property>                            </widget>                        </grid>                    </widget>                    <spacer>                        <property name="name" stdset="0">                            <cstring>Spacer1_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>                </vbox>            </widget>        </hbox>    </widget>    <widget class="QWidget">        <property name="name">            <cstring>tablePropertiesPage</cstring>        </property>        <attribute name="title">            <string>Table Properties</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="4" colspan="1">                <property name="name">                    <cstring>TextLabel4_2_2_2_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_4.png</pixmap>                </property>            </widget>            <spacer row="3" column="1">                <property name="name" stdset="0">                    <cstring>Spacer1_7</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="QGroupBox" row="1" column="1">                <property name="name">                    <cstring>GroupBox5</cstring>                </property>                <property name="title">                    <string>Editing</string>                </property>                <vbox>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <property name="margin">                        <number>11</number>                    </property>                    <property name="spacing">                        <number>6</number>                    </property>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>checkBoxReadOnly</cstring>                        </property>                        <property name="text">                            <string>&amp;Read-Only</string>                        </property>                        <property name="toolTip" stdset="0">                            <string>Table will be read-only</string>                        </property>                        <property name="whatsThis" stdset="0">                            <string>Activate this to prevent editing, deleting and adding of rows</string>                        </property>                    </widget>                    <widget class="QGroupBox">                        <property name="name">                            <cstring>GroupBox4</cstring>                        </property>                        <property name="title">                            <string>Confirmations</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="QCheckBox" row="0" column="0">                                <property name="name">                                    <cstring>checkBoxConfirmInserts</cstring>                                </property>                                <property name="text">                                    <string>Confirm &amp;Inserts</string>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Query user on inserting rows</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>User will be asked for confirmation if he inserts a new row</string>                                </property>                            </widget>                            <widget class="QCheckBox" row="1" column="0">                                <property name="name">                                    <cstring>checkBoxConfirmUpdates</cstring>                                </property>                                <property name="text">                                    <string>Confirm &amp;Updates</string>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Query user on editing rows</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>User will be asked for confirmation if he edits a row</string>                                </property>                            </widget>                            <widget class="QCheckBox" row="3" column="0">                                <property name="name">                                    <cstring>checkBoxConfirmCancels</cstring>                                </property>                                <property name="text">                                    <string>Confirm &amp;Cancels</string>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Query user on canceling</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>User will be asked for confirmation if he cancels an action</string>                                </property>                            </widget>                            <widget class="QCheckBox" row="2" column="0">                                <property name="name">                                    <cstring>checkBoxConfirmDeletes</cstring>                                </property>                                <property name="text">                                    <string>Confirm &amp;Deletes</string>                                </property>                                <property name="checked">                                    <bool>true</bool>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Query user on deleting rows</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>User will be asked for confirmation if he deletes a row</string>                                </property>                            </widget>                        </grid>                    </widget>                </vbox>            </widget>            <widget class="QCheckBox" row="2" column="1">                <property name="name">                    <cstring>checkBoxSorting</cstring>                </property>                <property name="text">                    <string>Allow column &amp;sorting</string>                </property>                <property name="checked">                    <bool>true</bool>                </property>                <property name="toolTip" stdset="0">                    <string>User may change sorting</string>                </property>                <property name="whatsThis" stdset="0">                    <string>User may change sorting of data by clicking on a field in the top row of the table</string>                </property>            </widget>        </grid>    </widget>    <widget class="QWidget">        <property name="name">            <cstring>sqlPage</cstring>        </property>

⌨️ 快捷键说明

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