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

📄 newprojectlayout.ui

📁 linux下的sourceinsight
💻 UI
📖 第 1 页 / 共 3 页
字号:
                                <property name="sizeHint">                                    <size>                                        <width>61</width>                                        <height>20</height>                                    </size>                                </property>                            </spacer>                            <widget class="QPushButton">                                <property name="name">                                    <cstring>m_pACButton</cstring>                                </property>                                <property name="enabled">                                    <bool>false</bool>                                </property>                                <property name="text">                                    <string>Options...</string>                                </property>                            </widget>                        </hbox>                    </widget>                    <widget class="QLayoutWidget">                        <property name="name">                            <cstring>layout6</cstring>                        </property>                        <hbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <widget class="QCheckBox">                                <property name="name">                                    <cstring>m_pTabWidthCheck</cstring>                                </property>                                <property name="text">                                    <string>Override default tab width (Kate only)</string>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Overrides the editor's configured tab width</string>                                </property>                            </widget>                            <spacer>                                <property name="name">                                    <cstring>spacer9</cstring>                                </property>                                <property name="orientation">                                    <enum>Horizontal</enum>                                </property>                                <property name="sizeType">                                    <enum>Expanding</enum>                                </property>                                <property name="sizeHint">                                    <size>                                        <width>211</width>                                        <height>31</height>                                    </size>                                </property>                            </spacer>                            <widget class="QSpinBox">                                <property name="name">                                    <cstring>m_pTabWidthSpin</cstring>                                </property>                                <property name="enabled">                                    <bool>false</bool>                                </property>                            </widget>                        </hbox>                    </widget>                    <spacer>                        <property name="name">                            <cstring>spacer31</cstring>                        </property>                        <property name="orientation">                            <enum>Vertical</enum>                        </property>                        <property name="sizeType">                            <enum>Expanding</enum>                        </property>                        <property name="sizeHint">                            <size>                                <width>21</width>                                <height>40</height>                            </size>                        </property>                    </spacer>                </vbox>            </widget>            <widget class="QWidget">                <property name="name">                    <cstring>TabPage</cstring>                </property>                <attribute name="title">                    <string>&amp;Advanced</string>                </attribute>                <vbox>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QLabel">                        <property name="name">                            <cstring>textLabel1_4</cstring>                        </property>                        <property name="text">                            <string>Ctags command line (Do not change unless you know what you are doing!)</string>                        </property>                    </widget>                    <widget class="QTextEdit">                        <property name="name">                            <cstring>m_pCtagsCmdEdit</cstring>                        </property>                        <property name="textFormat">                            <enum>PlainText</enum>                        </property>                        <property name="autoFormatting">                            <set>AutoAll</set>                        </property>                    </widget>                </vbox>            </widget>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout19</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <spacer>                    <property name="name">                        <cstring>spacer8</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>141</width>                            <height>21</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton">                    <property name="name">                        <cstring>m_pCreateButton</cstring>                    </property>                    <property name="text">                        <string>&amp;Create</string>                    </property>                    <property name="default">                        <bool>true</bool>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>m_pCancelButton</cstring>                    </property>                    <property name="text">                        <string>Ca&amp;ncel</string>                    </property>                </widget>            </hbox>        </widget>    </vbox></widget><connections>    <connection>        <sender>m_pAddButton</sender>        <signal>clicked()</signal>        <receiver>NewProjectLayout</receiver>        <slot>slotAddType()</slot>    </connection>    <connection>        <sender>m_pRemoveButton</sender>        <signal>clicked()</signal>        <receiver>NewProjectLayout</receiver>        <slot>slotRemoveType()</slot>    </connection>    <connection>        <sender>m_pAutoRebuildCheck</sender>        <signal>toggled(bool)</signal>        <receiver>m_pAutoRebuildSpin</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>m_pACCheck</sender>        <signal>toggled(bool)</signal>        <receiver>m_pACButton</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>m_pAvailTypesList</sender>        <signal>highlighted(const QString&amp;)</signal>        <receiver>NewProjectLayout</receiver>        <slot>slotAvailTypesChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>m_pTabWidthCheck</sender>        <signal>toggled(bool)</signal>        <receiver>m_pTabWidthSpin</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>m_pAutoRebuildCheck</sender>        <signal>toggled(bool)</signal>        <receiver>m_pAutoRebuildLabel</receiver>        <slot>setEnabled(bool)</slot>    </connection>    <connection>        <sender>m_pHiddenDirCheck</sender>        <signal>toggled(bool)</signal>        <receiver>m_pPathRequester</receiver>        <slot>setDisabled(bool)</slot>    </connection></connections><tabstops>    <tabstop>m_pNameEdit</tabstop>    <tabstop>m_pPathRequester</tabstop>    <tabstop>m_pHiddenDirCheck</tabstop>    <tabstop>m_pSrcRootRequester</tabstop>    <tabstop>m_pAddButton</tabstop>    <tabstop>m_pRemoveButton</tabstop>    <tabstop>m_pKernelCheck</tabstop>    <tabstop>m_pInvCheck</tabstop>    <tabstop>m_pNoCompCheck</tabstop>    <tabstop>m_pSlowPathCheck</tabstop>    <tabstop>m_pAutoRebuildCheck</tabstop>    <tabstop>m_pAutoRebuildSpin</tabstop>    <tabstop>m_pACCheck</tabstop>    <tabstop>m_pACButton</tabstop>    <tabstop>m_pTabWidthCheck</tabstop>    <tabstop>m_pTabWidthSpin</tabstop>    <tabstop>m_pCreateButton</tabstop>    <tabstop>m_pCancelButton</tabstop>    <tabstop>tabWidget2</tabstop>    <tabstop>m_pTypesList</tabstop>    <tabstop>m_pTypesEdit</tabstop>    <tabstop>m_pAvailTypesList</tabstop>    <tabstop>m_pCtagsCmdEdit</tabstop></tabstops><slots>    <slot access="protected">slotAddType()</slot>    <slot access="protected">slotRemoveType()</slot>    <slot access="protected">slotAutoRebuildChanged(bool)</slot>    <slot access="protected">slotAutoCompletionChanged(bool)</slot>    <slot access="protected">slotAvailTypesChanged(const QString&amp;)</slot></slots><layoutdefaults spacing="6" margin="11"/><includehints>    <includehint>kurlrequester.h</includehint>    <includehint>klineedit.h</includehint>    <includehint>kpushbutton.h</includehint>    <includehint>kurlrequester.h</includehint>    <includehint>klineedit.h</includehint>    <includehint>kpushbutton.h</includehint></includehints></UI>

⌨️ 快捷键说明

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