~ubuntu-branches/ubuntu/raring/skanlite/raring

« back to all changes in this revision

Viewing changes to SaveLocation.ui

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-01-06 20:18:11 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120106201811-46qnlezawwe1vspu
Tags: 0.8-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - Do not suggest skanlite-dbg.

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>SaveLocation</class>
4
 
 <widget class="QWidget" name="SaveLocation">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>346</width>
10
 
    <height>90</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Save Location</string>
15
 
  </property>
16
 
  <layout class="QFormLayout" name="formLayout">
17
 
   <property name="fieldGrowthPolicy">
18
 
    <enum>QFormLayout::ExpandingFieldsGrow</enum>
19
 
   </property>
20
 
   <item row="0" column="0">
21
 
    <widget class="QLabel" name="locationLabel">
22
 
     <property name="text">
23
 
      <string>Save Location:</string>
24
 
     </property>
25
 
     <property name="alignment">
26
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
27
 
     </property>
28
 
    </widget>
29
 
   </item>
30
 
   <item row="0" column="1">
31
 
    <layout class="QHBoxLayout" name="horizontalLayout">
32
 
     <item>
33
 
      <widget class="QLineEdit" name="saveDirLEdit"/>
34
 
     </item>
35
 
     <item>
36
 
      <widget class="QPushButton" name="getDirButton">
37
 
       <property name="sizePolicy">
38
 
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
39
 
         <horstretch>0</horstretch>
40
 
         <verstretch>0</verstretch>
41
 
        </sizepolicy>
42
 
       </property>
43
 
       <property name="text">
44
 
        <string>...</string>
45
 
       </property>
46
 
      </widget>
47
 
     </item>
48
 
    </layout>
49
 
   </item>
50
 
   <item row="1" column="0">
51
 
    <widget class="QLabel" name="namePrefixLabel">
52
 
     <property name="text">
53
 
      <string>Name &amp; Format:</string>
54
 
     </property>
55
 
     <property name="alignment">
56
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
57
 
     </property>
58
 
    </widget>
59
 
   </item>
60
 
   <item row="1" column="1">
61
 
    <layout class="QHBoxLayout">
62
 
     <item>
63
 
      <widget class="QLineEdit" name="imgPrefix">
64
 
       <property name="text">
65
 
        <string/>
66
 
       </property>
67
 
      </widget>
68
 
     </item>
69
 
     <item>
70
 
      <widget class="QLabel" name="numberLabel">
71
 
       <property name="text">
72
 
        <string>###.</string>
73
 
       </property>
74
 
      </widget>
75
 
     </item>
76
 
     <item>
77
 
      <widget class="KComboBox" name="imgFormat"/>
78
 
     </item>
79
 
    </layout>
80
 
   </item>
81
 
   <item row="2" column="1">
82
 
    <widget class="QLabel" name="resultValue">
83
 
     <property name="text">
84
 
      <string>/home/joe/example.png</string>
85
 
     </property>
86
 
    </widget>
87
 
   </item>
88
 
   <item row="2" column="0">
89
 
    <widget class="QLabel" name="resultValue_2">
90
 
     <property name="text">
91
 
      <string>Example:</string>
92
 
     </property>
93
 
    </widget>
94
 
   </item>
95
 
  </layout>
96
 
 </widget>
97
 
 <customwidgets>
98
 
  <customwidget>
99
 
   <class>KComboBox</class>
100
 
   <extends>QComboBox</extends>
101
 
   <header>kcombobox.h</header>
102
 
  </customwidget>
103
 
 </customwidgets>
104
 
 <resources/>
105
 
 <connections/>
106
 
</ui>