~neon/kdesdk-thumbnailers/master

« back to all changes in this revision

Viewing changes to po_thumbnailer/pocreatorform.ui

  • Committer: Albert Astals Cid
  • Date: 2013-02-12 21:25:26 UTC
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: git-v1:9a443e674fa7c09de411b459465e52def512e276
po -> po_thumbnailer

po is a "reserved" directory name for scripty since in 99.99% of cases
if you have a po folder means you are storing the po in your repo
which is not the correct thing to do. Here is it correct but for the 0.01% of the
cases i'm just renaming the folder.

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>PoCreatorForm</class>
 
4
 <widget class="QWidget" name="PoCreatorForm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>136</width>
 
10
    <height>127</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QFormLayout">
 
14
   <property name="margin">
 
15
    <number>0</number>
 
16
   </property>
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Translated: </string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="1">
 
25
    <widget class="KColorButton" name="translatedButton"/>
 
26
   </item>
 
27
   <item row="1" column="0">
 
28
    <widget class="QLabel" name="label_2">
 
29
     <property name="text">
 
30
      <string>Fuzzy: </string>
 
31
     </property>
 
32
    </widget>
 
33
   </item>
 
34
   <item row="1" column="1">
 
35
    <widget class="KColorButton" name="fuzzyButton"/>
 
36
   </item>
 
37
   <item row="2" column="0">
 
38
    <widget class="QLabel" name="label_3">
 
39
     <property name="text">
 
40
      <string>Untranslated: </string>
 
41
     </property>
 
42
    </widget>
 
43
   </item>
 
44
   <item row="2" column="1">
 
45
    <widget class="KColorButton" name="untranslatedButton"/>
 
46
   </item>
 
47
   <item row="3" column="0">
 
48
    <widget class="QLabel" name="label_4">
 
49
     <property name="text">
 
50
      <string>Obsoleted: </string>
 
51
     </property>
 
52
    </widget>
 
53
   </item>
 
54
   <item row="3" column="1">
 
55
    <widget class="KColorButton" name="obsoletedButton"/>
 
56
   </item>
 
57
  </layout>
 
58
 </widget>
 
59
 <customwidgets>
 
60
  <customwidget>
 
61
   <class>KColorButton</class>
 
62
   <extends>QPushButton</extends>
 
63
   <header>kcolorbutton.h</header>
 
64
  </customwidget>
 
65
 </customwidgets>
 
66
 <resources/>
 
67
 <connections/>
 
68
</ui>