~kubuntu-packagers/kcm-gtk/0.5.x

« back to all changes in this revision

Viewing changes to searchpaths.ui

  • Committer: Jonathan Thomas (The man)
  • Date: 2009-06-17 13:00:14 UTC
  • Revision ID: echidnaman@gmail.com-20090617130014-zdnc4hurctqurr7i
* Krazy2 fixes:
  - Fix FSF address in license headers
  - QString efficency changes
  - QDialog -> KDialog for SearchPAths
* Add myself to the authors in the about dialog
* Give the SearchPaths dialog icons
* Retool the SearchPath dialog's text to fit our needs
* Give the SearchPaths dialog a minimum size

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<ui version="4.0">
3
3
 <class>SearchPaths</class>
4
 
 <widget class="QDialog" name="SearchPaths">
 
4
 <widget class="QWidget" name="SearchPaths">
5
5
  <property name="geometry">
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>447</width>
10
 
    <height>312</height>
 
9
    <width>444</width>
 
10
    <height>304</height>
11
11
   </rect>
12
12
  </property>
 
13
  <property name="minimumSize">
 
14
   <size>
 
15
    <width>300</width>
 
16
    <height>200</height>
 
17
   </size>
 
18
  </property>
13
19
  <property name="windowTitle">
14
20
   <string>Change search paths</string>
15
21
  </property>
16
 
  <layout class="QVBoxLayout">
 
22
  <layout class="QVBoxLayout" name="verticalLayout">
17
23
   <item>
18
24
    <widget class="QLabel" name="textLabel1">
19
25
     <property name="text">
20
 
      <string>The control center module could not find any GTK theme engine in its list of search paths.  If you have installed one elsewhere, you will need to add the correct path to the list below.</string>
 
26
      <string>You can set a custom search path here if we were not able to find a GTK theme engine. This could happen if the theme engine was installed to a custom location.</string>
21
27
     </property>
22
28
     <property name="alignment">
23
29
      <set>Qt::AlignVCenter</set>
60
66
     </item>
61
67
    </layout>
62
68
   </item>
63
 
   <item>
64
 
    <widget class="Line" name="line1">
65
 
     <property name="frameShape">
66
 
      <enum>QFrame::HLine</enum>
67
 
     </property>
68
 
     <property name="frameShadow">
69
 
      <enum>QFrame::Sunken</enum>
70
 
     </property>
71
 
    </widget>
72
 
   </item>
73
 
   <item>
74
 
    <widget class="QDialogButtonBox" name="buttonBox">
75
 
     <property name="standardButtons">
76
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
77
 
     </property>
78
 
    </widget>
79
 
   </item>
80
69
  </layout>
81
70
 </widget>
82
 
 <layoutdefault spacing="6" margin="11"/>
83
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
84
71
 <resources/>
85
 
 <connections>
86
 
  <connection>
87
 
   <sender>buttonBox</sender>
88
 
   <signal>accepted()</signal>
89
 
   <receiver>SearchPaths</receiver>
90
 
   <slot>accept()</slot>
91
 
   <hints>
92
 
    <hint type="sourcelabel">
93
 
     <x>377</x>
94
 
     <y>283</y>
95
 
    </hint>
96
 
    <hint type="destinationlabel">
97
 
     <x>419</x>
98
 
     <y>308</y>
99
 
    </hint>
100
 
   </hints>
101
 
  </connection>
102
 
  <connection>
103
 
   <sender>buttonBox</sender>
104
 
   <signal>rejected()</signal>
105
 
   <receiver>SearchPaths</receiver>
106
 
   <slot>reject()</slot>
107
 
   <hints>
108
 
    <hint type="sourcelabel">
109
 
     <x>301</x>
110
 
     <y>291</y>
111
 
    </hint>
112
 
    <hint type="destinationlabel">
113
 
     <x>302</x>
114
 
     <y>310</y>
115
 
    </hint>
116
 
   </hints>
117
 
  </connection>
118
 
 </connections>
 
72
 <connections/>
119
73
</ui>