newprojectlayout.ui

来自「linux下的sourceinsight」· UI 代码 · 共 779 行 · 第 1/3 页

UI
779
字号
<!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="QTabWidget">            <property name="name">                <cstring>tabWidget2</cstring>            </property>            <widget class="QWidget">                <property name="name">                    <cstring>tab</cstring>                </property>                <attribute name="title">                    <string>Detai&amp;ls</string>                </attribute>                <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>                                <property name="whatsThis" stdset="0">                                    <string>Enter a name for this project.The name must conform to the file system's naming conventions for directories (e.g., no spaces, exclamaion marks, etc.).</string>                                </property>                            </widget>                            <widget class="QLabel" row="0" column="0">                                <property name="name">                                    <cstring>textLabel1</cstring>                                </property>                                <property name="text">                                    <string>Name</string>                                </property>                            </widget>                            <widget class="KURLRequester" row="1" column="1">                                <property name="name">                                    <cstring>m_pPathRequester</cstring>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>The path to hold this project.KScope will create a directory with the given name under this project, and populate it with the project configuration and database files.This does not need to be the path in which the source files reside.</string>                                </property>                            </widget>                        </grid>                    </widget>                    <widget class="QCheckBox">                        <property name="name">                            <cstring>m_pHiddenDirCheck</cstring>                        </property>                        <property name="text">                            <string>&amp;Use a hidden folder under the source root directory</string>                        </property>                        <property name="accel">                            <string>Alt+U</string>                        </property>                    </widget>                    <widget class="QLayoutWidget">                        <property name="name">                            <cstring>layout19</cstring>                        </property>                        <hbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <widget class="QLabel">                                <property name="name">                                    <cstring>textLabel1_2</cstring>                                </property>                                <property name="text">                                    <string>Source Root (Optional)</string>                                </property>                            </widget>                            <widget class="KURLRequester">                                <property name="name">                                    <cstring>m_pSrcRootRequester</cstring>                                </property>                            </widget>                        </hbox>                    </widget>                    <widget class="QLabel">                        <property name="name">                            <cstring>textLabel1_3</cstring>                        </property>                        <property name="text">                            <string>&lt;blockquote&gt;A project consists of several files located in a directory with the given name and path. The project's name needs to be a valid directoryname and must not contain any whitespace.&lt;/blockquote&gt;&lt;br&gt;&lt;blockquote&gt;The Source Root is a convinient way to specify a commonpath for all source files, but is not required.&lt;/blockquote&gt;</string>                        </property>                        <property name="alignment">                            <set>WordBreak|AlignVCenter</set>                        </property>                    </widget>                    <spacer>                        <property name="name">                            <cstring>spacer29</cstring>                        </property>                        <property name="orientation">                            <enum>Vertical</enum>                        </property>                        <property name="sizeType">                            <enum>Expanding</enum>                        </property>                        <property name="sizeHint">                            <size>                                <width>31</width>                                <height>50</height>                            </size>                        </property>                    </spacer>                </vbox>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>tab</cstring>                </property>                <attribute name="title">                    <string>File T&amp;ypes</string>                </attribute>                <hbox>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QGroupBox">                        <property name="name">                            <cstring>groupBox1</cstring>                        </property>                        <property name="title">                            <string>This Project</string>                        </property>                        <vbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <widget class="QListBox">                                <property name="name">                                    <cstring>m_pTypesList</cstring>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>KScope uses these filters to locate source files to include in this project.</string>                                </property>                            </widget>                        </vbox>                    </widget>                    <widget class="QLayoutWidget">                        <property name="name">                            <cstring>layout5</cstring>                        </property>                        <vbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <spacer>                                <property name="name">                                    <cstring>spacer7</cstring>                                </property>                                <property name="orientation">                                    <enum>Vertical</enum>                                </property>                                <property name="sizeType">                                    <enum>Expanding</enum>                                </property>                                <property name="sizeHint">                                    <size>                                        <width>21</width>                                        <height>61</height>                                    </size>                                </property>                            </spacer>                            <widget class="QPushButton">                                <property name="name">                                    <cstring>m_pAddButton</cstring>                                </property>                                <property name="text">                                    <string>&lt;&lt; &amp;Add</string>                                </property>                                <property name="accel">                                    <string>Alt+A</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>Adds the selected file type to the current project.</string>                                </property>                            </widget>                            <widget class="QPushButton">                                <property name="name">                                    <cstring>m_pRemoveButton</cstring>                                </property>                                <property name="text">                                    <string>&gt;&gt; &amp;Remove</string>                                </property>                                <property name="accel">                                    <string>Alt+R</string>                                </property>                                <property name="whatsThis" stdset="0">                                    <string>Remove the selected file type from the project.</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>50</height>                                    </size>                                </property>                            </spacer>                        </vbox>                    </widget>                    <widget class="QGroupBox">                        <property name="name">                            <cstring>groupBox2</cstring>                        </property>                        <property name="title">                            <string>Available Types</string>

⌨️ 快捷键说明

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