PageRenderTime 24ms CodeModel.GetById 18ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/strigi-0.7.7/strigiclient/lib/searchclient/newclient/searchdialog.ui

#
Unknown | 175 lines | 175 code | 0 blank | 0 comment | 0 complexity | 60e8c7f417c9214875485f1536fdf184 MD5 | raw file
Possible License(s): LGPL-2.0
  1<ui version="4.0" >
  2 <class>SearchDialog</class>
  3 <widget class="QMainWindow" name="SearchDialog" >
  4  <property name="geometry" >
  5   <rect>
  6    <x>0</x>
  7    <y>0</y>
  8    <width>640</width>
  9    <height>437</height>
 10   </rect>
 11  </property>
 12  <property name="windowTitle" >
 13   <string>Strigi Search Dialog</string>
 14  </property>
 15  <widget class="QWidget" name="centralwidget" >
 16   <layout class="QGridLayout" >
 17    <item row="0" column="1" >
 18     <widget class="QStackedWidget" name="mainview" >
 19      <property name="currentIndex" >
 20       <number>1</number>
 21      </property>
 22      <widget class="QWidget" name="page" >
 23       <layout class="QGridLayout" >
 24        <item row="0" column="0" colspan="2" >
 25         <widget class="QLabel" name="statusview" >
 26          <property name="text" >
 27           <string>TextLabel</string>
 28          </property>
 29          <property name="alignment" >
 30           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 31          </property>
 32          <property name="margin" >
 33           <number>25</number>
 34          </property>
 35         </widget>
 36        </item>
 37        <item row="1" column="0" >
 38         <widget class="QPushButton" name="toggleindexing" >
 39          <property name="text" >
 40           <string>Stop Indexing</string>
 41          </property>
 42         </widget>
 43        </item>
 44        <item row="1" column="1" >
 45         <widget class="QPushButton" name="toggledaemon" >
 46          <property name="text" >
 47           <string>Stop Daemon</string>
 48          </property>
 49         </widget>
 50        </item>
 51        <item row="2" column="0" colspan="2" >
 52         <widget class="QListWidget" name="indexeddirs" />
 53        </item>
 54        <item row="3" column="0" >
 55         <widget class="QPushButton" name="adddir" >
 56          <property name="text" >
 57           <string>Add Directory</string>
 58          </property>
 59         </widget>
 60        </item>
 61        <item row="3" column="1" >
 62         <widget class="QPushButton" name="removedir" >
 63          <property name="text" >
 64           <string>Remove Directory</string>
 65          </property>
 66         </widget>
 67        </item>
 68       </layout>
 69      </widget>
 70      <widget class="QWidget" name="page_2" >
 71       <layout class="QGridLayout" >
 72        <item row="0" column="0" >
 73         <widget class="QFrame" name="frame" >
 74          <property name="frameShape" >
 75           <enum>QFrame::StyledPanel</enum>
 76          </property>
 77          <property name="frameShadow" >
 78           <enum>QFrame::Raised</enum>
 79          </property>
 80          <layout class="QGridLayout" >
 81           <item row="0" column="0" >
 82            <widget class="SearchTabs" native="1" name="tabs" />
 83           </item>
 84          </layout>
 85         </widget>
 86        </item>
 87       </layout>
 88      </widget>
 89     </widget>
 90    </item>
 91    <item row="1" column="1" >
 92     <widget class="QLineEdit" name="queryfield" />
 93    </item>
 94   </layout>
 95  </widget>
 96  <widget class="QMenuBar" name="menubar" >
 97   <property name="geometry" >
 98    <rect>
 99     <x>0</x>
100     <y>0</y>
101     <width>640</width>
102     <height>27</height>
103    </rect>
104   </property>
105   <widget class="QMenu" name="menuFile" >
106    <property name="title" >
107     <string>File</string>
108    </property>
109    <addaction name="actionExit" />
110   </widget>
111   <widget class="QMenu" name="menuAbout" >
112    <property name="title" >
113     <string>About</string>
114    </property>
115    <addaction name="actionAbout_Strigi" />
116   </widget>
117   <widget class="QMenu" name="menuEdit" >
118    <property name="title" >
119     <string>Edit</string>
120    </property>
121    <addaction name="actionEdit_filters" />
122    <addaction name="actionList_indexed_files" />
123   </widget>
124   <widget class="QMenu" name="menuDisplay" >
125    <property name="title" >
126     <string>Display</string>
127    </property>
128    <addaction name="actionDisplay_Histogram" />
129   </widget>
130   <addaction name="menuFile" />
131   <addaction name="menuEdit" />
132   <addaction name="menuDisplay" />
133   <addaction name="menuAbout" />
134  </widget>
135  <widget class="QStatusBar" name="statusbar" />
136  <action name="actionExit" >
137   <property name="text" >
138    <string>&amp;Exit</string>
139   </property>
140  </action>
141  <action name="actionAbout_Strigi" >
142   <property name="text" >
143    <string>About Strigi</string>
144   </property>
145  </action>
146  <action name="actionEdit_filters" >
147   <property name="text" >
148    <string>Edit filters</string>
149   </property>
150  </action>
151  <action name="actionList_indexed_files" >
152   <property name="text" >
153    <string>List indexed files</string>
154   </property>
155  </action>
156  <action name="actionDisplay_Histogram" >
157   <property name="text" >
158    <string>Hide &amp;Histogram</string>
159   </property>
160   <property name="shortcut" >
161    <string>Ctrl+H</string>
162   </property>
163  </action>
164 </widget>
165 <customwidgets>
166  <customwidget>
167   <class>SearchTabs</class>
168   <extends>QWidget</extends>
169   <header>searchtabs.h</header>
170   <container>1</container>
171  </customwidget>
172 </customwidgets>
173 <resources/>
174 <connections/>
175</ui>