~ubuntu-branches/ubuntu/maverick/scribus-ng/maverick-backports

« back to all changes in this revision

Viewing changes to scribus/smstyleimport.ui

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2009-02-09 09:25:18 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090209092518-iqsxmh3pjspgrdyd
Tags: 1.3.5.dfsg~svn20090208-2
debian/control: Use "type-handling -n arm,armel,armeb any" to generate the
list of architectures to build on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>SMStyleImport</class>
 
3
 <widget class="QDialog" name="SMStyleImport" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>304</width>
 
9
    <height>444</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Choose Styles</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" name="verticalLayout" >
 
16
   <item>
 
17
    <widget class="QTreeWidget" name="styleWidget" >
 
18
     <property name="selectionMode" >
 
19
      <enum>QAbstractItemView::NoSelection</enum>
 
20
     </property>
 
21
     <property name="selectionBehavior" >
 
22
      <enum>QAbstractItemView::SelectItems</enum>
 
23
     </property>
 
24
     <column>
 
25
      <property name="text" >
 
26
       <string>Available Styles</string>
 
27
      </property>
 
28
     </column>
 
29
    </widget>
 
30
   </item>
 
31
   <item>
 
32
    <widget class="QCheckBox" name="importAllCheckBox" >
 
33
     <property name="text" >
 
34
      <string>Select or Unselect All</string>
 
35
     </property>
 
36
    </widget>
 
37
   </item>
 
38
   <item>
 
39
    <widget class="QGroupBox" name="groupBox" >
 
40
     <property name="title" >
 
41
      <string>In case of a name clash</string>
 
42
     </property>
 
43
     <layout class="QGridLayout" >
 
44
      <item row="0" column="0" >
 
45
       <widget class="QRadioButton" name="renameButton" >
 
46
        <property name="text" >
 
47
         <string>&amp;Rename Imported Style</string>
 
48
        </property>
 
49
        <property name="checked" >
 
50
         <bool>true</bool>
 
51
        </property>
 
52
       </widget>
 
53
      </item>
 
54
      <item row="1" column="0" >
 
55
       <widget class="QRadioButton" name="replaceButton" >
 
56
        <property name="text" >
 
57
         <string>R&amp;eplace Existing Style</string>
 
58
        </property>
 
59
       </widget>
 
60
      </item>
 
61
     </layout>
 
62
    </widget>
 
63
   </item>
 
64
   <item>
 
65
    <widget class="QDialogButtonBox" name="buttonBox" >
 
66
     <property name="orientation" >
 
67
      <enum>Qt::Horizontal</enum>
 
68
     </property>
 
69
     <property name="standardButtons" >
 
70
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
71
     </property>
 
72
    </widget>
 
73
   </item>
 
74
  </layout>
 
75
 </widget>
 
76
 <resources/>
 
77
 <connections>
 
78
  <connection>
 
79
   <sender>buttonBox</sender>
 
80
   <signal>accepted()</signal>
 
81
   <receiver>SMStyleImport</receiver>
 
82
   <slot>accept()</slot>
 
83
   <hints>
 
84
    <hint type="sourcelabel" >
 
85
     <x>252</x>
 
86
     <y>419</y>
 
87
    </hint>
 
88
    <hint type="destinationlabel" >
 
89
     <x>157</x>
 
90
     <y>274</y>
 
91
    </hint>
 
92
   </hints>
 
93
  </connection>
 
94
  <connection>
 
95
   <sender>buttonBox</sender>
 
96
   <signal>rejected()</signal>
 
97
   <receiver>SMStyleImport</receiver>
 
98
   <slot>reject()</slot>
 
99
   <hints>
 
100
    <hint type="sourcelabel" >
 
101
     <x>299</x>
 
102
     <y>419</y>
 
103
    </hint>
 
104
    <hint type="destinationlabel" >
 
105
     <x>286</x>
 
106
     <y>274</y>
 
107
    </hint>
 
108
   </hints>
 
109
  </connection>
 
110
 </connections>
 
111
</ui>