eclipsefinderdlgbase.ui

来自「celestia源代码」· UI 代码 · 共 408 行 · 第 1/2 页

UI
408
字号
                    </property>                </widget>                <widget class="QLayoutWidget" row="1" column="1" rowspan="1" colspan="2">                    <property name="name">                        <cstring>layout6</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>textLabel3_3</cstring>                            </property>                            <property name="text">                                <string>&lt;p align="right"&gt;To:&lt;/p&gt;</string>                            </property>                        </widget>                        <widget class="KIntSpinBox">                            <property name="name">                                <cstring>toYSpin</cstring>                            </property>                            <property name="maxValue">                                <number>1000000000</number>                            </property>                            <property name="minValue">                                <number>-1000000000</number>                            </property>                        </widget>                        <widget class="KIntSpinBox">                            <property name="name">                                <cstring>toMSpin</cstring>                            </property>                            <property name="wrapping">                                <bool>true</bool>                            </property>                            <property name="maxValue">                                <number>12</number>                            </property>                            <property name="minValue">                                <number>1</number>                            </property>                        </widget>                        <widget class="KIntSpinBox">                            <property name="name">                                <cstring>toDSpin</cstring>                            </property>                            <property name="wrapping">                                <bool>true</bool>                            </property>                            <property name="maxValue">                                <number>31</number>                            </property>                            <property name="minValue">                                <number>1</number>                            </property>                        </widget>                    </hbox>                </widget>                <widget class="QLayoutWidget" row="0" column="1" rowspan="1" colspan="2">                    <property name="name">                        <cstring>layout5</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>textLabel2_3</cstring>                            </property>                            <property name="text">                                <string>&lt;p align="right"&gt;From:&lt;/p&gt;</string>                            </property>                        </widget>                        <widget class="KIntSpinBox">                            <property name="name">                                <cstring>fromYSpin</cstring>                            </property>                            <property name="maxValue">                                <number>1000000000</number>                            </property>                            <property name="minValue">                                <number>-1000000000</number>                            </property>                        </widget>                        <widget class="KIntSpinBox">                            <property name="name">                                <cstring>fromMSpin</cstring>                            </property>                            <property name="wrapping">                                <bool>true</bool>                            </property>                            <property name="maxValue">                                <number>12</number>                            </property>                            <property name="minValue">                                <number>1</number>                            </property>                        </widget>                        <widget class="KIntSpinBox">                            <property name="name">                                <cstring>fromDSpin</cstring>                            </property>                            <property name="wrapping">                                <bool>true</bool>                            </property>                            <property name="maxValue">                                <number>31</number>                            </property>                            <property name="minValue">                                <number>1</number>                            </property>                        </widget>                    </hbox>                </widget>            </grid>        </widget>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout8</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <spacer>                    <property name="name">                        <cstring>spacer3</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>181</width>                            <height>21</height>                        </size>                    </property>                </spacer>                <widget class="KPushButton">                    <property name="name">                        <cstring>buttonClose</cstring>                    </property>                    <property name="acceptDrops">                        <bool>false</bool>                    </property>                    <property name="text">                        <string>Close</string>                    </property>                    <property name="on">                        <bool>false</bool>                    </property>                    <property name="default">                        <bool>true</bool>                    </property>                </widget>            </hbox>        </widget>    </vbox></widget><toolbars></toolbars><connections>    <connection>        <sender>listEclipses</sender>        <signal>rightButtonClicked(QListViewItem*,const QPoint&amp;,int)</signal>        <receiver>EclipseFinderDlgBase</receiver>        <slot>gotoEclipse(QListViewItem*,const QPoint&amp;,int)</slot>    </connection>    <connection>        <sender>buttonSearch</sender>        <signal>clicked()</signal>        <receiver>EclipseFinderDlgBase</receiver>        <slot>search()</slot>    </connection>    <connection>        <sender>buttonClose</sender>        <signal>clicked()</signal>        <receiver>EclipseFinderDlgBase</receiver>        <slot>close()</slot>    </connection></connections><slots>    <slot>search()</slot>    <slot>gotoEclipse(QListViewItem*, const QPoint&amp;, int)</slot></slots><layoutdefaults spacing="6" margin="11"/><includehints>    <includehint>kcombobox.h</includehint>    <includehint>kpushbutton.h</includehint>    <includehint>knuminput.h</includehint>    <includehint>knuminput.h</includehint>    <includehint>knuminput.h</includehint>    <includehint>knuminput.h</includehint>    <includehint>knuminput.h</includehint>    <includehint>knuminput.h</includehint>    <includehint>kpushbutton.h</includehint></includehints></UI>

⌨️ 快捷键说明

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