~ubuntu-branches/ubuntu/saucy/juffed/saucy

« back to all changes in this revision

Viewing changes to src/gui/AutocompleteSettingsPage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2011-04-30 13:43:26 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110430134326-0bnvvo5z2medbdxi
Tags: 0.9.1137-1
* New upstream release.
* Remove debian/juffed.1, added upstream (in debian.in).
* Remove debian/patches/static.patch: we can now bundle the .so after
  upstream has resolved soname issues.
* debian/control:
  - Bump Standards-Version to 0.9.2.
  - Update homepage.
  - Do not build-depend on chrpath, not needed anymore.
* debian/rules:
  - Remove chrpath rule, not needed anymore.
* Add juffed-dev and juffed-plugins packages.
* Do not install the libkeybindings.so plugin: causes a segfault on my
  amd64 machine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>AutocompletePage</class>
3
 
 <widget class="QWidget" name="AutocompletePage" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>400</width>
9
 
    <height>444</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string/>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="spacing" >
17
 
    <number>2</number>
18
 
   </property>
19
 
   <property name="margin" >
20
 
    <number>0</number>
21
 
   </property>
22
 
   <item>
23
 
    <widget class="QCheckBox" name="useDocumentChk" >
24
 
     <property name="text" >
25
 
      <string>Use current document</string>
26
 
     </property>
27
 
    </widget>
28
 
   </item>
29
 
   <item>
30
 
    <widget class="QCheckBox" name="useApiChk" >
31
 
     <property name="text" >
32
 
      <string>Use API files</string>
33
 
     </property>
34
 
    </widget>
35
 
   </item>
36
 
   <item>
37
 
    <widget class="QCheckBox" name="replaceWordChk" >
38
 
     <property name="text" >
39
 
      <string>Replace word</string>
40
 
     </property>
41
 
    </widget>
42
 
   </item>
43
 
   <item>
44
 
    <widget class="QCheckBox" name="matchCaseChk" >
45
 
     <property name="text" >
46
 
      <string>Case sensitive</string>
47
 
     </property>
48
 
    </widget>
49
 
   </item>
50
 
   <item>
51
 
    <layout class="QHBoxLayout" >
52
 
     <property name="spacing" >
53
 
      <number>6</number>
54
 
     </property>
55
 
     <property name="margin" >
56
 
      <number>0</number>
57
 
     </property>
58
 
     <item>
59
 
      <widget class="QLabel" name="label" >
60
 
       <property name="text" >
61
 
        <string>Threshold</string>
62
 
       </property>
63
 
      </widget>
64
 
     </item>
65
 
     <item>
66
 
      <widget class="QSpinBox" name="thresholdSpin" >
67
 
       <property name="specialValueText" >
68
 
        <string/>
69
 
       </property>
70
 
       <property name="suffix" >
71
 
        <string> symbol(s)</string>
72
 
       </property>
73
 
       <property name="minimum" >
74
 
        <number>2</number>
75
 
       </property>
76
 
       <property name="maximum" >
77
 
        <number>8</number>
78
 
       </property>
79
 
       <property name="value" >
80
 
        <number>2</number>
81
 
       </property>
82
 
      </widget>
83
 
     </item>
84
 
    </layout>
85
 
   </item>
86
 
   <item>
87
 
    <spacer>
88
 
     <property name="orientation" >
89
 
      <enum>Qt::Vertical</enum>
90
 
     </property>
91
 
     <property name="sizeHint" stdset="0" >
92
 
      <size>
93
 
       <width>181</width>
94
 
       <height>201</height>
95
 
      </size>
96
 
     </property>
97
 
    </spacer>
98
 
   </item>
99
 
  </layout>
100
 
 </widget>
101
 
 <resources/>
102
 
 <connections/>
103
 
</ui>