newprojectlayout.ui

来自「This a source insight software in Linux.」· UI 代码 · 共 391 行 · 第 1/2 页

UI
391
字号
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>NewProjectLayout</class><widget class="QDialog">    <property name="name">        <cstring>NewProjectLayout</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>539</width>            <height>383</height>        </rect>    </property>    <property name="caption">        <string>Create Project</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout18</cstring>            </property>            <grid>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel" row="1" column="0">                    <property name="name">                        <cstring>textLabel2</cstring>                    </property>                    <property name="text">                        <string>Path</string>                    </property>                </widget>                <widget class="QLineEdit" row="0" column="1">                    <property name="name">                        <cstring>m_pNameEdit</cstring>                    </property>                </widget>                <widget class="QLineEdit" row="1" column="1">                    <property name="name">                        <cstring>m_pPathEdit</cstring>                    </property>                </widget>                <widget class="QLabel" row="0" column="0">                    <property name="name">                        <cstring>textLabel1</cstring>                    </property>                    <property name="text">                        <string>Name</string>                    </property>                </widget>                <spacer row="0" column="2">                    <property name="name">                        <cstring>spacer6</cstring>                    </property>                    <property name="orientation">                        <enum>Vertical</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>20</width>                            <height>22</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton" row="1" column="2">                    <property name="name">                        <cstring>m_pFindButton</cstring>                    </property>                    <property name="text">                        <string>Find...</string>                    </property>                </widget>            </grid>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout19</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QButtonGroup">                    <property name="name">                        <cstring>buttonGroup1</cstring>                    </property>                    <property name="title">                        <string>File Types</string>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLayoutWidget">                            <property name="name">                                <cstring>layout18</cstring>                            </property>                            <grid>                                <property name="name">                                    <cstring>unnamed</cstring>                                </property>                                <widget class="QListBox" row="1" column="0">                                    <property name="name">                                        <cstring>m_pTypesList</cstring>                                    </property>                                </widget>                                <widget class="QPushButton" row="0" column="1">                                    <property name="name">                                        <cstring>m_pAddButton</cstring>                                    </property>                                    <property name="text">                                        <string>Add</string>                                    </property>                                </widget>                                <widget class="QLineEdit" row="0" column="0">                                    <property name="name">                                        <cstring>m_pTypesEdit</cstring>                                    </property>                                </widget>                                <widget class="QLayoutWidget" row="1" column="1">                                    <property name="name">                                        <cstring>layout17</cstring>                                    </property>                                    <vbox>                                        <property name="name">                                            <cstring>unnamed</cstring>                                        </property>                                        <widget class="QPushButton">                                            <property name="name">                                                <cstring>m_pRemoveButton</cstring>                                            </property>                                            <property name="text">                                                <string>Remove</string>                                            </property>                                        </widget>                                        <spacer>                                            <property name="name">                                                <cstring>spacer2</cstring>                                            </property>                                            <property name="orientation">                                                <enum>Vertical</enum>                                            </property>                                            <property name="sizeType">                                                <enum>Expanding</enum>                                            </property>                                            <property name="sizeHint">                                                <size>                                                    <width>21</width>                                                    <height>141</height>                                                </size>                                            </property>                                        </spacer>                                    </vbox>                                </widget>                            </grid>                        </widget>                    </hbox>                </widget>                <widget class="QButtonGroup">                    <property name="name">                        <cstring>buttonGroup4</cstring>                    </property>                    <property name="title">                        <string>Options</string>                    </property>                    <vbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QCheckBox">                            <property name="name">                                <cstring>m_pKernelCheck</cstring>                            </property>                            <property name="text">                                <string>Kernel Project</string>                            </property>                        </widget>                        <widget class="QCheckBox">                            <property name="name">                                <cstring>m_pInvCheck</cstring>                            </property>                            <property name="text">                                <string>Build Inverted Index</string>                            </property>                        </widget>                        <widget class="QCheckBox">                            <property name="name">                                <cstring>m_pAutoRebuildCheck</cstring>

⌨️ 快捷键说明

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