~ubuntu-branches/ubuntu/raring/juffed/raring

« back to all changes in this revision

Viewing changes to src/app/ui/forms/CharsetsSettingsPage.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>CharsetsSettingsPage</class>
 
3
 <widget class="QWidget" name="CharsetsSettingsPage" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>300</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string/>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <property name="margin" >
 
17
    <number>0</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>5</number>
 
21
   </property>
 
22
   <item>
 
23
    <widget class="QListWidget" name="charsetsList" />
 
24
   </item>
 
25
   <item>
 
26
    <layout class="QHBoxLayout" >
 
27
     <property name="margin" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <property name="spacing" >
 
31
      <number>6</number>
 
32
     </property>
 
33
     <item>
 
34
      <widget class="QPushButton" name="checkAllBtn" >
 
35
       <property name="text" >
 
36
        <string>Check all</string>
 
37
       </property>
 
38
      </widget>
 
39
     </item>
 
40
     <item>
 
41
      <widget class="QPushButton" name="uncheckAllBtn" >
 
42
       <property name="text" >
 
43
        <string>Uncheck all</string>
 
44
       </property>
 
45
      </widget>
 
46
     </item>
 
47
     <item>
 
48
      <spacer>
 
49
       <property name="orientation" >
 
50
        <enum>Qt::Horizontal</enum>
 
51
       </property>
 
52
       <property name="sizeHint" >
 
53
        <size>
 
54
         <width>40</width>
 
55
         <height>20</height>
 
56
        </size>
 
57
       </property>
 
58
      </spacer>
 
59
     </item>
 
60
    </layout>
 
61
   </item>
 
62
  </layout>
 
63
 </widget>
 
64
 <resources/>
 
65
 <connections/>
 
66
</ui>