projectsettings.ui

来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· UI 代码 · 共 442 行 · 第 1/2 页

UI
442
字号
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>ProjectSettingsBase</class><includes>    <include location="local" impldecl="in implementation">projectsettings.ui.h</include></includes><slots>    <slot access="protected">chooseDatabaseFile()</slot>    <slot access="protected">chooseProjectFile()</slot>    <slot access="protected">destroy()</slot>    <slot access="protected">helpClicked()</slot>    <slot access="protected">init()</slot>    <slot access="protected">languageChanged( const QString &amp; )</slot>    <slot>addProject()</slot>    <slot access="protected">okClicked()</slot>    <slot access="protected">removeProject()</slot></slots><layoutdefaults spacing="6" margin="11"/><widget class="QDialog">    <property name="name">        <cstring>ProjectSettingsBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>451</width>            <height>309</height>        </rect>    </property>    <property name="caption">        <string>Project Settings</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </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="QTabWidget">            <property name="name">                <cstring>tabWidget</cstring>            </property>            <widget class="QWidget">                <property name="name">                    <cstring>tab</cstring>                </property>                <attribute name="title">                    <string>&amp;Settings</string>                </attribute>                <grid>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <property name="margin">                        <number>11</number>                    </property>                    <property name="spacing">                        <number>6</number>                    </property>                    <widget class="QLabel" row="0" column="0">                        <property name="name">                            <cstring>TextLabel1_2</cstring>                        </property>                        <property name="text">                            <string>&amp;Project File:</string>                        </property>                        <property name="buddy" stdset="0">                            <cstring>editProjectFile</cstring>                        </property>                    </widget>                    <widget class="QLayoutWidget" row="0" column="1">                        <property name="name">                            <cstring>Layout1</cstring>                        </property>                        <hbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <property name="margin">                                <number>0</number>                            </property>                            <property name="spacing">                                <number>6</number>                            </property>                            <widget class="QLineEdit">                                <property name="name">                                    <cstring>editProjectFile</cstring>                                </property>                            </widget>                            <widget class="QToolButton">                                <property name="name">                                    <cstring>buttonProject</cstring>                                </property>                                <property name="text">                                    <string>...</string>                                </property>                            </widget>                        </hbox>                    </widget>                    <widget class="QLabel" row="1" column="0">                        <property name="name">                            <cstring>TextLabel1_3</cstring>                        </property>                        <property name="text">                            <string>&amp;Language</string>                        </property>                        <property name="buddy" stdset="0">                            <cstring>comboLanguage</cstring>                        </property>                    </widget>                    <widget class="QComboBox" row="1" column="1">                        <property name="name">                            <cstring>comboLanguage</cstring>                        </property>                        <property name="enabled">                            <bool>false</bool>                        </property>                    </widget>                    <widget class="QTextEdit" row="2" column="1" rowspan="2" colspan="1">                        <property name="name">                            <cstring>editProjectDescription</cstring>                        </property>                    </widget>                    <spacer row="3" column="0">                        <property name="name">                            <cstring>Spacer1</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="QLabel" row="2" column="0">                        <property name="name">                            <cstring>TextLabel2</cstring>                        </property>                        <property name="text">                            <string>&amp;Description:</string>                        </property>                        <property name="buddy" stdset="0">                            <cstring>editProjectDescription</cstring>                        </property>                    </widget>                </grid>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>tab</cstring>                </property>                <attribute name="title">                    <string>&amp;Files</string>                </attribute>                <grid>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <property name="margin">                        <number>11</number>                    </property>                    <property name="spacing">                        <number>6</number>                    </property>                    <widget class="QLabel" row="1" column="0">                        <property name="name">                            <cstring>TextLabel3</cstring>                        </property>                        <property name="text">                            <string>For&amp;ms and Sources:</string>                        </property>                        <property name="buddy" stdset="0">                            <cstring>listInterfaces</cstring>                        </property>                    </widget>                    <widget class="QListView" row="1" column="1" rowspan="4" colspan="1">                        <column>                            <property name="text">                                <string>Filename</string>                            </property>                            <property name="clickable">                                <bool>true</bool>                            </property>                            <property name="resizeable">                                <bool>true</bool>                            </property>                        </column>                        <column>                            <property name="text">                                <string>Form</string>                            </property>                            <property name="clickable">                                <bool>true</bool>                            </property>                            <property name="resizeable">                                <bool>true</bool>                            </property>                        </column>                        <property name="name">                            <cstring>listInterfaces</cstring>                        </property>                        <property name="selectionMode">                            <enum>Extended</enum>                        </property>                        <property name="allColumnsShowFocus">                            <bool>true</bool>                        </property>                        <property name="rootIsDecorated">

⌨️ 快捷键说明

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