~ubuntu-branches/ubuntu/wily/oxygen/wily

« back to all changes in this revision

Viewing changes to kstyle/config/ui/oxygenconfigdialog.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Scarlett Clark, Jonathan Riddell
  • Date: 2015-08-10 23:18:51 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20150810231851-wtw33zvkigya4f7t
Tags: 4:5.3.95-0ubuntu1
[ Scarlett Clark ]
* Vivid backport. 

[ Jonathan Riddell ]
* new upstream beta release

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>OxygenConfigDialog</class>
4
 
 <widget class="QDialog" name="OxygenConfigDialog">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>447</width>
10
 
    <height>300</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Dialog</string>
15
 
  </property>
16
 
  <layout class="QVBoxLayout" name="verticalLayout">
17
 
   <item>
18
 
    <widget class="KPageWidget" name="pageWidget"/>
19
 
   </item>
20
 
   <item>
21
 
    <widget class="QDialogButtonBox" name="buttonBox">
22
 
     <property name="orientation">
23
 
      <enum>Qt::Horizontal</enum>
24
 
     </property>
25
 
     <property name="standardButtons">
26
 
      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset|QDialogButtonBox::RestoreDefaults</set>
27
 
     </property>
28
 
    </widget>
29
 
   </item>
30
 
  </layout>
31
 
 </widget>
32
 
 <customwidgets>
33
 
  <customwidget>
34
 
   <class>KPageView</class>
35
 
   <extends>QWidget</extends>
36
 
   <header>kpageview.h</header>
37
 
  </customwidget>
38
 
  <customwidget>
39
 
   <class>KPageWidget</class>
40
 
   <extends>KPageView</extends>
41
 
   <header>kpagewidget.h</header>
42
 
  </customwidget>
43
 
 </customwidgets>
44
 
 <resources/>
45
 
 <connections>
46
 
  <connection>
47
 
   <sender>buttonBox</sender>
48
 
   <signal>accepted()</signal>
49
 
   <receiver>OxygenConfigDialog</receiver>
50
 
   <slot>accept()</slot>
51
 
   <hints>
52
 
    <hint type="sourcelabel">
53
 
     <x>248</x>
54
 
     <y>254</y>
55
 
    </hint>
56
 
    <hint type="destinationlabel">
57
 
     <x>157</x>
58
 
     <y>274</y>
59
 
    </hint>
60
 
   </hints>
61
 
  </connection>
62
 
  <connection>
63
 
   <sender>buttonBox</sender>
64
 
   <signal>rejected()</signal>
65
 
   <receiver>OxygenConfigDialog</receiver>
66
 
   <slot>reject()</slot>
67
 
   <hints>
68
 
    <hint type="sourcelabel">
69
 
     <x>316</x>
70
 
     <y>260</y>
71
 
    </hint>
72
 
    <hint type="destinationlabel">
73
 
     <x>286</x>
74
 
     <y>274</y>
75
 
    </hint>
76
 
   </hints>
77
 
  </connection>
78
 
 </connections>
79
 
</ui>