~ubuntu-branches/debian/stretch/universalindentgui/stretch

« back to all changes in this revision

Viewing changes to src/FindDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-08-20 13:41:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090820134145-g5wu2b87qz1i9sy9
Tags: 1.1.0-1
* New upstream release.
* Update debian/control:
  - Bump quilt and debhelper build-dependency versions.
  - Bump Standards-Version to 3.8.3 (no changes needed).
* Convert debian/rules to dh usage.
* Rename debian/universalindentgui.lintian to
  debian/universalindentgui.lintian-overrides for dh_lintian usage.
* Add debian/README.source file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>FindDialog</class>
 
4
 <widget class="QDialog" name="FindDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>347</width>
 
10
    <height>227</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Find</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="sizePolicy">
 
20
      <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
 
21
       <horstretch>0</horstretch>
 
22
       <verstretch>0</verstretch>
 
23
      </sizepolicy>
 
24
     </property>
 
25
     <property name="text">
 
26
      <string>Find what:</string>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item>
 
31
    <widget class="QComboBox" name="comboBox">
 
32
     <property name="editable">
 
33
      <bool>true</bool>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item>
 
38
    <widget class="QGroupBox" name="groupBox">
 
39
     <property name="sizePolicy">
 
40
      <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
 
41
       <horstretch>0</horstretch>
 
42
       <verstretch>0</verstretch>
 
43
      </sizepolicy>
 
44
     </property>
 
45
     <property name="title">
 
46
      <string>Find options</string>
 
47
     </property>
 
48
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
49
      <item>
 
50
       <widget class="QCheckBox" name="checkBox">
 
51
        <property name="text">
 
52
         <string>Match case</string>
 
53
        </property>
 
54
       </widget>
 
55
      </item>
 
56
      <item>
 
57
       <widget class="QCheckBox" name="checkBox_2">
 
58
        <property name="text">
 
59
         <string>Match whole word</string>
 
60
        </property>
 
61
       </widget>
 
62
      </item>
 
63
      <item>
 
64
       <widget class="QCheckBox" name="checkBox_3">
 
65
        <property name="text">
 
66
         <string>Search forward</string>
 
67
        </property>
 
68
        <property name="checked">
 
69
         <bool>true</bool>
 
70
        </property>
 
71
       </widget>
 
72
      </item>
 
73
      <item>
 
74
       <widget class="QCheckBox" name="checkBox_4">
 
75
        <property name="text">
 
76
         <string>Use Regular Expressions</string>
 
77
        </property>
 
78
       </widget>
 
79
      </item>
 
80
     </layout>
 
81
    </widget>
 
82
   </item>
 
83
   <item>
 
84
    <spacer name="verticalSpacer">
 
85
     <property name="orientation">
 
86
      <enum>Qt::Vertical</enum>
 
87
     </property>
 
88
     <property name="sizeHint" stdset="0">
 
89
      <size>
 
90
       <width>20</width>
 
91
       <height>40</height>
 
92
      </size>
 
93
     </property>
 
94
    </spacer>
 
95
   </item>
 
96
   <item>
 
97
    <layout class="QHBoxLayout" name="horizontalLayout">
 
98
     <property name="sizeConstraint">
 
99
      <enum>QLayout::SetMaximumSize</enum>
 
100
     </property>
 
101
     <item>
 
102
      <widget class="QPushButton" name="pushButton">
 
103
       <property name="text">
 
104
        <string>Find Next</string>
 
105
       </property>
 
106
      </widget>
 
107
     </item>
 
108
     <item>
 
109
      <widget class="QPushButton" name="pushButton_2">
 
110
       <property name="text">
 
111
        <string>Close</string>
 
112
       </property>
 
113
      </widget>
 
114
     </item>
 
115
    </layout>
 
116
   </item>
 
117
  </layout>
 
118
 </widget>
 
119
 <resources/>
 
120
 <connections/>
 
121
</ui>