~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/UI/FindFileNameDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>FindFileNameDialog</class>
 
3
 <widget class="QWidget" name="FindFileNameDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>599</width>
 
9
    <height>478</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Find File</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <property name="margin" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <item>
 
23
    <widget class="QLabel" name="textLabel1" >
 
24
     <property name="text" >
 
25
      <string>Enter filename (? matches any single character, * matches everything)</string>
 
26
     </property>
 
27
    </widget>
 
28
   </item>
 
29
   <item>
 
30
    <layout class="QHBoxLayout" >
 
31
     <property name="margin" >
 
32
      <number>0</number>
 
33
     </property>
 
34
     <property name="spacing" >
 
35
      <number>6</number>
 
36
     </property>
 
37
     <item>
 
38
      <widget class="QLineEdit" name="fileNameEdit" >
 
39
       <property name="sizePolicy" >
 
40
        <sizepolicy>
 
41
         <hsizetype>7</hsizetype>
 
42
         <vsizetype>0</vsizetype>
 
43
         <horstretch>9</horstretch>
 
44
         <verstretch>0</verstretch>
 
45
        </sizepolicy>
 
46
       </property>
 
47
       <property name="toolTip" >
 
48
        <string>Enter file name to search for </string>
 
49
       </property>
 
50
      </widget>
 
51
     </item>
 
52
     <item>
 
53
      <widget class="QLabel" name="extsepLabel" >
 
54
       <property name="text" >
 
55
        <string>.</string>
 
56
       </property>
 
57
      </widget>
 
58
     </item>
 
59
     <item>
 
60
      <widget class="QLineEdit" name="fileExtEdit" >
 
61
       <property name="sizePolicy" >
 
62
        <sizepolicy>
 
63
         <hsizetype>7</hsizetype>
 
64
         <vsizetype>0</vsizetype>
 
65
         <horstretch>1</horstretch>
 
66
         <verstretch>0</verstretch>
 
67
        </sizepolicy>
 
68
       </property>
 
69
       <property name="toolTip" >
 
70
        <string>Enter file extension to search for</string>
 
71
       </property>
 
72
      </widget>
 
73
     </item>
 
74
    </layout>
 
75
   </item>
 
76
   <item>
 
77
    <layout class="QHBoxLayout" >
 
78
     <property name="margin" >
 
79
      <number>0</number>
 
80
     </property>
 
81
     <property name="spacing" >
 
82
      <number>6</number>
 
83
     </property>
 
84
     <item>
 
85
      <widget class="QCheckBox" name="searchDirCheckBox" >
 
86
       <property name="enabled" >
 
87
        <bool>false</bool>
 
88
       </property>
 
89
       <property name="toolTip" >
 
90
        <string>Enabled to include the entered directory into the search</string>
 
91
       </property>
 
92
       <property name="text" >
 
93
        <string>Search Path:</string>
 
94
       </property>
 
95
      </widget>
 
96
     </item>
 
97
     <item>
 
98
      <widget class="QLineEdit" name="searchDirEdit" >
 
99
       <property name="toolTip" >
 
100
        <string>Enter the directory, the file should be searched in</string>
 
101
       </property>
 
102
      </widget>
 
103
     </item>
 
104
     <item>
 
105
      <widget class="QPushButton" name="searchDirButton" >
 
106
       <property name="toolTip" >
 
107
        <string>Press to select the directory, the file should be searched in</string>
 
108
       </property>
 
109
       <property name="text" >
 
110
        <string>...</string>
 
111
       </property>
 
112
      </widget>
 
113
     </item>
 
114
    </layout>
 
115
   </item>
 
116
   <item>
 
117
    <layout class="QHBoxLayout" >
 
118
     <property name="margin" >
 
119
      <number>0</number>
 
120
     </property>
 
121
     <property name="spacing" >
 
122
      <number>6</number>
 
123
     </property>
 
124
     <item>
 
125
      <widget class="QCheckBox" name="projectCheckBox" >
 
126
       <property name="toolTip" >
 
127
        <string>Select to search in the project path</string>
 
128
       </property>
 
129
       <property name="text" >
 
130
        <string>Search in &amp;project</string>
 
131
       </property>
 
132
       <property name="shortcut" >
 
133
        <string>Alt+P</string>
 
134
       </property>
 
135
      </widget>
 
136
     </item>
 
137
     <item>
 
138
      <widget class="QCheckBox" name="syspathCheckBox" >
 
139
       <property name="toolTip" >
 
140
        <string>Select to search in sys.path</string>
 
141
       </property>
 
142
       <property name="text" >
 
143
        <string>Search in &amp;sys.path</string>
 
144
       </property>
 
145
       <property name="shortcut" >
 
146
        <string>Alt+S</string>
 
147
       </property>
 
148
      </widget>
 
149
     </item>
 
150
    </layout>
 
151
   </item>
 
152
   <item>
 
153
    <widget class="QTreeWidget" name="fileList" >
 
154
     <property name="rootIsDecorated" >
 
155
      <bool>false</bool>
 
156
     </property>
 
157
     <property name="sortingEnabled" >
 
158
      <bool>true</bool>
 
159
     </property>
 
160
     <column>
 
161
      <property name="text" >
 
162
       <string>Filename</string>
 
163
      </property>
 
164
     </column>
 
165
     <column>
 
166
      <property name="text" >
 
167
       <string>Path</string>
 
168
      </property>
 
169
     </column>
 
170
     <column>
 
171
      <property name="text" >
 
172
       <string/>
 
173
      </property>
 
174
     </column>
 
175
    </widget>
 
176
   </item>
 
177
   <item>
 
178
    <widget class="QDialogButtonBox" name="buttonBox" >
 
179
     <property name="orientation" >
 
180
      <enum>Qt::Horizontal</enum>
 
181
     </property>
 
182
     <property name="standardButtons" >
 
183
      <set>QDialogButtonBox::Close|QDialogButtonBox::NoButton|QDialogButtonBox::Open</set>
 
184
     </property>
 
185
    </widget>
 
186
   </item>
 
187
  </layout>
 
188
 </widget>
 
189
 <tabstops>
 
190
  <tabstop>fileNameEdit</tabstop>
 
191
  <tabstop>fileExtEdit</tabstop>
 
192
  <tabstop>searchDirEdit</tabstop>
 
193
  <tabstop>searchDirButton</tabstop>
 
194
  <tabstop>searchDirCheckBox</tabstop>
 
195
  <tabstop>projectCheckBox</tabstop>
 
196
  <tabstop>syspathCheckBox</tabstop>
 
197
  <tabstop>fileList</tabstop>
 
198
 </tabstops>
 
199
 <resources/>
 
200
 <connections>
 
201
  <connection>
 
202
   <sender>buttonBox</sender>
 
203
   <signal>rejected()</signal>
 
204
   <receiver>FindFileNameDialog</receiver>
 
205
   <slot>close()</slot>
 
206
   <hints>
 
207
    <hint type="sourcelabel" >
 
208
     <x>40</x>
 
209
     <y>458</y>
 
210
    </hint>
 
211
    <hint type="destinationlabel" >
 
212
     <x>41</x>
 
213
     <y>477</y>
 
214
    </hint>
 
215
   </hints>
 
216
  </connection>
 
217
 </connections>
 
218
</ui>