~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to libs/kocolorwidgets/KoEditColorSet.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>KoEditColorSet</class>
3
 
 <widget class="QWidget" name="KoEditColorSet" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>173</width>
9
 
    <height>106</height>
10
 
   </rect>
11
 
  </property>
12
 
  <layout class="QVBoxLayout" >
13
 
   <item>
14
 
    <widget class="QComboBox" name="selector" >
15
 
     <property name="editable" >
16
 
      <bool>true</bool>
17
 
     </property>
18
 
    </widget>
19
 
   </item>
20
 
   <item>
21
 
    <widget class="QFrame" name="patchesFrame" >
22
 
     <property name="frameShape" >
23
 
      <enum>QFrame::NoFrame</enum>
24
 
     </property>
25
 
     <property name="frameShadow" >
26
 
      <enum>QFrame::Plain</enum>
27
 
     </property>
28
 
    </widget>
29
 
   </item>
30
 
   <item>
31
 
    <layout class="QHBoxLayout" >
32
 
     <item>
33
 
      <widget class="QLabel" name="colorName" >
34
 
       <property name="frameShape" >
35
 
        <enum>QFrame::Box</enum>
36
 
       </property>
37
 
       <property name="frameShadow" >
38
 
        <enum>QFrame::Sunken</enum>
39
 
       </property>
40
 
      </widget>
41
 
     </item>
42
 
     <item>
43
 
      <widget class="QToolButton" name="add" >
44
 
       <property name="toolTip" >
45
 
        <string>Add</string>
46
 
       </property>
47
 
       <property name="text" >
48
 
        <string>...</string>
49
 
       </property>
50
 
      </widget>
51
 
     </item>
52
 
     <item>
53
 
      <widget class="QToolButton" name="remove" >
54
 
       <property name="toolTip" >
55
 
        <string>Remove</string>
56
 
       </property>
57
 
       <property name="text" >
58
 
        <string>...</string>
59
 
       </property>
60
 
      </widget>
61
 
     </item>
62
 
     <item>
63
 
      <widget class="QToolButton" name="open" >
64
 
       <property name="toolTip" >
65
 
        <string>Open palette</string>
66
 
       </property>
67
 
       <property name="text" >
68
 
        <string>...</string>
69
 
       </property>
70
 
      </widget>
71
 
     </item>
72
 
     <item>
73
 
      <widget class="QToolButton" name="save" >
74
 
       <property name="toolTip" >
75
 
        <string>Save palette</string>
76
 
       </property>
77
 
       <property name="text" >
78
 
        <string>...</string>
79
 
       </property>
80
 
      </widget>
81
 
     </item>
82
 
    </layout>
83
 
   </item>
84
 
  </layout>
85
 
 </widget>
86
 
 <resources/>
87
 
 <connections/>
88
 
</ui>