eclipsefinderdlgbase.ui

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

UI
408
字号
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>EclipseFinderDlgBase</class><widget class="QMainWindow">    <property name="name">        <cstring>EclipseFinderDlgBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>468</width>            <height>461</height>        </rect>    </property>    <property name="caption">        <string>Eclipse Finder</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QListView">            <column>                <property name="text">                    <string>Planet</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Moon</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Date</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>Start</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <column>                <property name="text">                    <string>End</string>                </property>                <property name="clickable">                    <bool>true</bool>                </property>                <property name="resizable">                    <bool>true</bool>                </property>            </column>            <property name="name">                <cstring>listEclipses</cstring>            </property>            <property name="sizePolicy">                <sizepolicy>                    <hsizetype>7</hsizetype>                    <vsizetype>7</vsizetype>                    <horstretch>0</horstretch>                    <verstretch>2</verstretch>                </sizepolicy>            </property>            <property name="allColumnsShowFocus">                <bool>true</bool>            </property>            <property name="showSortIndicator">                <bool>true</bool>            </property>            <property name="resizeMode">                <enum>AllColumns</enum>            </property>        </widget>        <widget class="QButtonGroup">            <property name="name">                <cstring>buttonGroup1</cstring>            </property>            <property name="title">                <string>Search parameters</string>            </property>            <grid>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QRadioButton" row="0" column="0">                    <property name="name">                        <cstring>radioSolar</cstring>                    </property>                    <property name="text">                        <string>Solar Eclipses</string>                    </property>                    <property name="checked">                        <bool>true</bool>                    </property>                </widget>                <widget class="QLayoutWidget" row="2" column="0">                    <property name="name">                        <cstring>layout1</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLabel">                            <property name="name">                                <cstring>textLabel1_3</cstring>                            </property>                            <property name="text">                                <string>&lt;p align="right"&gt;On:&lt;/p&gt;</string>                            </property>                        </widget>                        <widget class="KComboBox">                            <item>                                <property name="text">                                    <string>Earth</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>Jupiter</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>Saturn</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>Uranus</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>Neptune</string>                                </property>                            </item>                            <item>                                <property name="text">                                    <string>Pluto</string>                                </property>                            </item>                            <property name="name">                                <cstring>comboBody</cstring>                            </property>                        </widget>                    </hbox>                </widget>                <widget class="QRadioButton" row="1" column="0">                    <property name="name">                        <cstring>radioMoon</cstring>                    </property>                    <property name="text">                        <string>Moon Eclipses</string>                    </property>                </widget>                <spacer row="2" column="1">                    <property name="name">                        <cstring>spacer2</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>190</width>                            <height>21</height>                        </size>                    </property>                </spacer>                <widget class="KPushButton" row="2" column="2">                    <property name="name">                        <cstring>buttonSearch</cstring>                    </property>                    <property name="text">                        <string>Search</string>

⌨️ 快捷键说明

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