Warning, /education/kstars/kstars/dialogs/finddialog.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>FindDialog</class> 0004 <widget class="QWidget" name="FindDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>319</width> 0010 <height>435</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout"> 0014 <property name="spacing"> 0015 <number>6</number> 0016 </property> 0017 <property name="leftMargin"> 0018 <number>8</number> 0019 </property> 0020 <property name="topMargin"> 0021 <number>8</number> 0022 </property> 0023 <property name="rightMargin"> 0024 <number>8</number> 0025 </property> 0026 <property name="bottomMargin"> 0027 <number>8</number> 0028 </property> 0029 <item> 0030 <layout class="QHBoxLayout"> 0031 <property name="spacing"> 0032 <number>6</number> 0033 </property> 0034 <property name="leftMargin"> 0035 <number>0</number> 0036 </property> 0037 <property name="topMargin"> 0038 <number>0</number> 0039 </property> 0040 <property name="rightMargin"> 0041 <number>0</number> 0042 </property> 0043 <property name="bottomMargin"> 0044 <number>0</number> 0045 </property> 0046 <item> 0047 <widget class="QLabel" name="SearchLabel"> 0048 <property name="text"> 0049 <string>Filter by name:</string> 0050 </property> 0051 </widget> 0052 </item> 0053 <item> 0054 <widget class="QLineEdit" name="SearchBox"> 0055 <property name="clearButtonEnabled"> 0056 <bool>true</bool> 0057 </property> 0058 </widget> 0059 </item> 0060 <item> 0061 <widget class="QPushButton" name="showHistoryB"> 0062 <property name="minimumSize"> 0063 <size> 0064 <width>24</width> 0065 <height>24</height> 0066 </size> 0067 </property> 0068 <property name="maximumSize"> 0069 <size> 0070 <width>24</width> 0071 <height>24</height> 0072 </size> 0073 </property> 0074 <property name="toolTip"> 0075 <string>Find History</string> 0076 </property> 0077 <property name="text"> 0078 <string/> 0079 </property> 0080 <property name="icon"> 0081 <iconset theme="clock"/> 0082 </property> 0083 <property name="iconSize"> 0084 <size> 0085 <width>24</width> 0086 <height>24</height> 0087 </size> 0088 </property> 0089 </widget> 0090 </item> 0091 <item> 0092 <widget class="QPushButton" name="clearHistoryB"> 0093 <property name="enabled"> 0094 <bool>false</bool> 0095 </property> 0096 <property name="minimumSize"> 0097 <size> 0098 <width>24</width> 0099 <height>24</height> 0100 </size> 0101 </property> 0102 <property name="maximumSize"> 0103 <size> 0104 <width>24</width> 0105 <height>24</height> 0106 </size> 0107 </property> 0108 <property name="toolTip"> 0109 <string>Clear History</string> 0110 </property> 0111 <property name="text"> 0112 <string/> 0113 </property> 0114 <property name="icon"> 0115 <iconset theme="edit-clear-history"> 0116 <normaloff>.</normaloff>.</iconset> 0117 </property> 0118 <property name="iconSize"> 0119 <size> 0120 <width>24</width> 0121 <height>24</height> 0122 </size> 0123 </property> 0124 </widget> 0125 </item> 0126 </layout> 0127 </item> 0128 <item> 0129 <layout class="QHBoxLayout"> 0130 <property name="spacing"> 0131 <number>6</number> 0132 </property> 0133 <property name="leftMargin"> 0134 <number>0</number> 0135 </property> 0136 <property name="topMargin"> 0137 <number>0</number> 0138 </property> 0139 <property name="rightMargin"> 0140 <number>0</number> 0141 </property> 0142 <property name="bottomMargin"> 0143 <number>0</number> 0144 </property> 0145 <item> 0146 <widget class="QLabel" name="FilterTypeLabel"> 0147 <property name="text"> 0148 <string>Filter by type:</string> 0149 </property> 0150 </widget> 0151 </item> 0152 <item> 0153 <widget class="QComboBox" name="FilterType"> 0154 <property name="sizePolicy"> 0155 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 0156 <horstretch>0</horstretch> 0157 <verstretch>0</verstretch> 0158 </sizepolicy> 0159 </property> 0160 </widget> 0161 </item> 0162 </layout> 0163 </item> 0164 <item> 0165 <widget class="QListView" name="SearchList"/> 0166 </item> 0167 <item> 0168 <widget class="QPushButton" name="InternetSearchButton"> 0169 <property name="text"> 0170 <string>Search the Internet for (nothing)</string> 0171 </property> 0172 </widget> 0173 </item> 0174 </layout> 0175 </widget> 0176 <tabstops> 0177 <tabstop>FilterType</tabstop> 0178 <tabstop>SearchList</tabstop> 0179 </tabstops> 0180 <resources/> 0181 <connections/> 0182 </ui>