delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / soliduiserver / deviceactionsdialogview.ui
blob31b2f4cee3bfbde4ec2ecd0376e4fc13f693a181
1 <ui version="4.0" >
2  <class>DeviceActionsDialogView</class>
3  <widget class="QWidget" name="DeviceActionsDialogView" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>508</width>
9     <height>480</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="spacing" >
14     <number>15</number>
15    </property>
16    <item>
17     <layout class="QHBoxLayout" >
18      <property name="spacing" >
19       <number>20</number>
20      </property>
21      <item>
22       <widget class="QLabel" name="iconLabel" >
23        <property name="sizePolicy" >
24         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
25          <horstretch>0</horstretch>
26          <verstretch>0</verstretch>
27         </sizepolicy>
28        </property>
29        <property name="minimumSize" >
30         <size>
31          <width>64</width>
32          <height>64</height>
33         </size>
34        </property>
35        <property name="maximumSize" >
36         <size>
37          <width>64</width>
38          <height>64</height>
39         </size>
40        </property>
41        <property name="pixmap" >
42         <pixmap/>
43        </property>
44        <property name="scaledContents" >
45         <bool>true</bool>
46        </property>
47        <property name="wordWrap" >
48         <bool>false</bool>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="QLabel" name="textLabel1" >
54        <property name="text" >
55         <string>A new device has been detected.&lt;br>&lt;b>What do you want to do?&lt;/b></string>
56        </property>
57        <property name="textFormat" >
58         <enum>Qt::RichText</enum>
59        </property>
60        <property name="wordWrap" >
61         <bool>false</bool>
62        </property>
63       </widget>
64      </item>
65     </layout>
66    </item>
67    <item>
68     <widget class="QLabel" name="descriptionLabel" >
69      <property name="sizePolicy" >
70       <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
71        <horstretch>0</horstretch>
72        <verstretch>0</verstretch>
73       </sizepolicy>
74      </property>
75      <property name="text" >
76       <string>...</string>
77      </property>
78      <property name="wordWrap" >
79       <bool>false</bool>
80      </property>
81     </widget>
82    </item>
83    <item>
84     <widget class="KListWidget" name="actionsList" >
85      <property name="iconSize" >
86       <size>
87        <width>48</width>
88        <height>48</height>
89       </size>
90      </property>
91     </widget>
92    </item>
93   </layout>
94  </widget>
95  <layoutdefault spacing="6" margin="11" />
96  <customwidgets>
97   <customwidget>
98    <class>KListWidget</class>
99    <extends>QListWidget</extends>
100    <header>klistwidget.h</header>
101   </customwidget>
102  </customwidgets>
103  <includes>
104   <include location="local" >klistwidget.h</include>
105  </includes>
106  <resources/>
107  <connections/>
108 </ui>