eclipsefinderdlgbase.ui
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:16k
源码类别:

OpenGL

开发平台:

Visual C++

  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>EclipseFinderDlgBase</class>
  3. <widget class="QMainWindow">
  4.     <property name="name">
  5.         <cstring>EclipseFinderDlgBase</cstring>
  6.     </property>
  7.     <property name="geometry">
  8.         <rect>
  9.             <x>0</x>
  10.             <y>0</y>
  11.             <width>452</width>
  12.             <height>450</height>
  13.         </rect>
  14.     </property>
  15.     <property name="caption">
  16.         <string>Eclipse Finder</string>
  17.     </property>
  18.     <vbox>
  19.         <property name="name">
  20.             <cstring>unnamed</cstring>
  21.         </property>
  22.         <widget class="QListView">
  23.             <column>
  24.                 <property name="text">
  25.                     <string>Planet</string>
  26.                 </property>
  27.                 <property name="clickable">
  28.                     <bool>true</bool>
  29.                 </property>
  30.                 <property name="resizable">
  31.                     <bool>true</bool>
  32.                 </property>
  33.             </column>
  34.             <column>
  35.                 <property name="text">
  36.                     <string>Moon</string>
  37.                 </property>
  38.                 <property name="clickable">
  39.                     <bool>true</bool>
  40.                 </property>
  41.                 <property name="resizable">
  42.                     <bool>true</bool>
  43.                 </property>
  44.             </column>
  45.             <column>
  46.                 <property name="text">
  47.                     <string>Date</string>
  48.                 </property>
  49.                 <property name="clickable">
  50.                     <bool>true</bool>
  51.                 </property>
  52.                 <property name="resizable">
  53.                     <bool>true</bool>
  54.                 </property>
  55.             </column>
  56.             <column>
  57.                 <property name="text">
  58.                     <string>Start</string>
  59.                 </property>
  60.                 <property name="clickable">
  61.                     <bool>true</bool>
  62.                 </property>
  63.                 <property name="resizable">
  64.                     <bool>true</bool>
  65.                 </property>
  66.             </column>
  67.             <column>
  68.                 <property name="text">
  69.                     <string>End</string>
  70.                 </property>
  71.                 <property name="clickable">
  72.                     <bool>true</bool>
  73.                 </property>
  74.                 <property name="resizable">
  75.                     <bool>true</bool>
  76.                 </property>
  77.             </column>
  78.             <property name="name">
  79.                 <cstring>listEclipses</cstring>
  80.             </property>
  81.             <property name="sizePolicy">
  82.                 <sizepolicy>
  83.                     <hsizetype>7</hsizetype>
  84.                     <vsizetype>7</vsizetype>
  85.                     <horstretch>0</horstretch>
  86.                     <verstretch>2</verstretch>
  87.                 </sizepolicy>
  88.             </property>
  89.             <property name="allColumnsShowFocus">
  90.                 <bool>true</bool>
  91.             </property>
  92.             <property name="showSortIndicator">
  93.                 <bool>true</bool>
  94.             </property>
  95.             <property name="resizeMode">
  96.                 <enum>AllColumns</enum>
  97.             </property>
  98.         </widget>
  99.         <widget class="QButtonGroup">
  100.             <property name="name">
  101.                 <cstring>buttonGroup1</cstring>
  102.             </property>
  103.             <property name="title">
  104.                 <string>Search parameters</string>
  105.             </property>
  106.             <grid>
  107.                 <property name="name">
  108.                     <cstring>unnamed</cstring>
  109.                 </property>
  110.                 <widget class="QRadioButton" row="0" column="0">
  111.                     <property name="name">
  112.                         <cstring>radioSolar</cstring>
  113.                     </property>
  114.                     <property name="text">
  115.                         <string>Solar Eclipses</string>
  116.                     </property>
  117.                     <property name="checked">
  118.                         <bool>true</bool>
  119.                     </property>
  120.                 </widget>
  121.                 <widget class="QLayoutWidget" row="2" column="0">
  122.                     <property name="name">
  123.                         <cstring>layout1</cstring>
  124.                     </property>
  125.                     <hbox>
  126.                         <property name="name">
  127.                             <cstring>unnamed</cstring>
  128.                         </property>
  129.                         <widget class="QLabel">
  130.                             <property name="name">
  131.                                 <cstring>textLabel1_3</cstring>
  132.                             </property>
  133.                             <property name="text">
  134.                                 <string>On:</string>
  135.                             </property>
  136.                             <property name="alignment">
  137.                                 <set>WordBreak|AlignVCenter|AlignRight</set>
  138.                             </property>
  139.                         </widget>
  140.                         <widget class="KComboBox">
  141.                             <item>
  142.                                 <property name="text">
  143.                                     <string>Earth</string>
  144.                                 </property>
  145.                             </item>
  146.                             <item>
  147.                                 <property name="text">
  148.                                     <string>Jupiter</string>
  149.                                 </property>
  150.                             </item>
  151.                             <item>
  152.                                 <property name="text">
  153.                                     <string>Saturn</string>
  154.                                 </property>
  155.                             </item>
  156.                             <item>
  157.                                 <property name="text">
  158.                                     <string>Uranus</string>
  159.                                 </property>
  160.                             </item>
  161.                             <item>
  162.                                 <property name="text">
  163.                                     <string>Neptune</string>
  164.                                 </property>
  165.                             </item>
  166.                             <item>
  167.                                 <property name="text">
  168.                                     <string>Pluto</string>
  169.                                 </property>
  170.                             </item>
  171.                             <property name="name">
  172.                                 <cstring>comboBody</cstring>
  173.                             </property>
  174.                         </widget>
  175.                     </hbox>
  176.                 </widget>
  177.                 <widget class="QRadioButton" row="1" column="0">
  178.                     <property name="name">
  179.                         <cstring>radioMoon</cstring>
  180.                     </property>
  181.                     <property name="text">
  182.                         <string>Moon Eclipses</string>
  183.                     </property>
  184.                 </widget>
  185.                 <spacer row="2" column="1">
  186.                     <property name="name">
  187.                         <cstring>spacer2</cstring>
  188.                     </property>
  189.                     <property name="orientation">
  190.                         <enum>Horizontal</enum>
  191.                     </property>
  192.                     <property name="sizeType">
  193.                         <enum>Expanding</enum>
  194.                     </property>
  195.                     <property name="sizeHint">
  196.                         <size>
  197.                             <width>190</width>
  198.                             <height>21</height>
  199.                         </size>
  200.                     </property>
  201.                 </spacer>
  202.                 <widget class="KPushButton" row="2" column="2">
  203.                     <property name="name">
  204.                         <cstring>buttonSearch</cstring>
  205.                     </property>
  206.                     <property name="text">
  207.                         <string>Search</string>
  208.                     </property>
  209.                 </widget>
  210.                 <widget class="QLayoutWidget" row="1" column="1" rowspan="1" colspan="2">
  211.                     <property name="name">
  212.                         <cstring>layout6</cstring>
  213.                     </property>
  214.                     <hbox>
  215.                         <property name="name">
  216.                             <cstring>unnamed</cstring>
  217.                         </property>
  218.                         <widget class="QLabel">
  219.                             <property name="name">
  220.                                 <cstring>textLabel3_3</cstring>
  221.                             </property>
  222.                             <property name="text">
  223.                                 <string>To:</string>
  224.                             </property>
  225.                             <property name="alignment">
  226.                                 <set>WordBreak|AlignVCenter|AlignRight</set>
  227.                             </property>
  228.                         </widget>
  229.                         <widget class="KIntSpinBox">
  230.                             <property name="name">
  231.                                 <cstring>toYSpin</cstring>
  232.                             </property>
  233.                             <property name="maxValue">
  234.                                 <number>1000000000</number>
  235.                             </property>
  236.                             <property name="minValue">
  237.                                 <number>-1000000000</number>
  238.                             </property>
  239.                         </widget>
  240.                         <widget class="KIntSpinBox">
  241.                             <property name="name">
  242.                                 <cstring>toMSpin</cstring>
  243.                             </property>
  244.                             <property name="wrapping">
  245.                                 <bool>true</bool>
  246.                             </property>
  247.                             <property name="maxValue">
  248.                                 <number>12</number>
  249.                             </property>
  250.                             <property name="minValue">
  251.                                 <number>1</number>
  252.                             </property>
  253.                         </widget>
  254.                         <widget class="KIntSpinBox">
  255.                             <property name="name">
  256.                                 <cstring>toDSpin</cstring>
  257.                             </property>
  258.                             <property name="wrapping">
  259.                                 <bool>true</bool>
  260.                             </property>
  261.                             <property name="maxValue">
  262.                                 <number>31</number>
  263.                             </property>
  264.                             <property name="minValue">
  265.                                 <number>1</number>
  266.                             </property>
  267.                         </widget>
  268.                     </hbox>
  269.                 </widget>
  270.                 <widget class="QLayoutWidget" row="0" column="1" rowspan="1" colspan="2">
  271.                     <property name="name">
  272.                         <cstring>layout5</cstring>
  273.                     </property>
  274.                     <hbox>
  275.                         <property name="name">
  276.                             <cstring>unnamed</cstring>
  277.                         </property>
  278.                         <widget class="QLabel">
  279.                             <property name="name">
  280.                                 <cstring>textLabel2_3</cstring>
  281.                             </property>
  282.                             <property name="text">
  283.                                 <string>From:</string>
  284.                             </property>
  285.                             <property name="alignment">
  286.                                 <set>WordBreak|AlignVCenter|AlignRight</set>
  287.                             </property>
  288.                         </widget>
  289.                         <widget class="KIntSpinBox">
  290.                             <property name="name">
  291.                                 <cstring>fromYSpin</cstring>
  292.                             </property>
  293.                             <property name="maxValue">
  294.                                 <number>1000000000</number>
  295.                             </property>
  296.                             <property name="minValue">
  297.                                 <number>-1000000000</number>
  298.                             </property>
  299.                         </widget>
  300.                         <widget class="KIntSpinBox">
  301.                             <property name="name">
  302.                                 <cstring>fromMSpin</cstring>
  303.                             </property>
  304.                             <property name="wrapping">
  305.                                 <bool>true</bool>
  306.                             </property>
  307.                             <property name="maxValue">
  308.                                 <number>12</number>
  309.                             </property>
  310.                             <property name="minValue">
  311.                                 <number>1</number>
  312.                             </property>
  313.                         </widget>
  314.                         <widget class="KIntSpinBox">
  315.                             <property name="name">
  316.                                 <cstring>fromDSpin</cstring>
  317.                             </property>
  318.                             <property name="wrapping">
  319.                                 <bool>true</bool>
  320.                             </property>
  321.                             <property name="maxValue">
  322.                                 <number>31</number>
  323.                             </property>
  324.                             <property name="minValue">
  325.                                 <number>1</number>
  326.                             </property>
  327.                         </widget>
  328.                     </hbox>
  329.                 </widget>
  330.             </grid>
  331.         </widget>
  332.         <widget class="QLayoutWidget">
  333.             <property name="name">
  334.                 <cstring>layout8</cstring>
  335.             </property>
  336.             <hbox>
  337.                 <property name="name">
  338.                     <cstring>unnamed</cstring>
  339.                 </property>
  340.                 <spacer>
  341.                     <property name="name">
  342.                         <cstring>spacer3</cstring>
  343.                     </property>
  344.                     <property name="orientation">
  345.                         <enum>Horizontal</enum>
  346.                     </property>
  347.                     <property name="sizeType">
  348.                         <enum>Expanding</enum>
  349.                     </property>
  350.                     <property name="sizeHint">
  351.                         <size>
  352.                             <width>181</width>
  353.                             <height>21</height>
  354.                         </size>
  355.                     </property>
  356.                 </spacer>
  357.                 <widget class="KPushButton">
  358.                     <property name="name">
  359.                         <cstring>buttonClose</cstring>
  360.                     </property>
  361.                     <property name="acceptDrops">
  362.                         <bool>false</bool>
  363.                     </property>
  364.                     <property name="text">
  365.                         <string>Close</string>
  366.                     </property>
  367.                     <property name="on">
  368.                         <bool>false</bool>
  369.                     </property>
  370.                     <property name="default">
  371.                         <bool>true</bool>
  372.                     </property>
  373.                 </widget>
  374.             </hbox>
  375.         </widget>
  376.     </vbox>
  377. </widget>
  378. <toolbars>
  379. </toolbars>
  380. <connections>
  381.     <connection>
  382.         <sender>listEclipses</sender>
  383.         <signal>rightButtonClicked(QListViewItem*,const QPoint&amp;,int)</signal>
  384.         <receiver>EclipseFinderDlgBase</receiver>
  385.         <slot>gotoEclipse(QListViewItem*,const QPoint&amp;,int)</slot>
  386.     </connection>
  387.     <connection>
  388.         <sender>buttonSearch</sender>
  389.         <signal>clicked()</signal>
  390.         <receiver>EclipseFinderDlgBase</receiver>
  391.         <slot>search()</slot>
  392.     </connection>
  393.     <connection>
  394.         <sender>buttonClose</sender>
  395.         <signal>clicked()</signal>
  396.         <receiver>EclipseFinderDlgBase</receiver>
  397.         <slot>close()</slot>
  398.     </connection>
  399. </connections>
  400. <slots>
  401.     <slot>search()</slot>
  402.     <slot>gotoEclipse(QListViewItem*, const QPoint&amp;, int)</slot>
  403. </slots>
  404. <layoutdefaults spacing="6" margin="11"/>
  405. <includehints>
  406.     <includehint>kcombobox.h</includehint>
  407.     <includehint>kpushbutton.h</includehint>
  408.     <includehint>knuminput.h</includehint>
  409.     <includehint>knuminput.h</includehint>
  410.     <includehint>knuminput.h</includehint>
  411.     <includehint>knuminput.h</includehint>
  412.     <includehint>knuminput.h</includehint>
  413.     <includehint>knuminput.h</includehint>
  414.     <includehint>kpushbutton.h</includehint>
  415. </includehints>
  416. </UI>