~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/tools/engineexplorer/serviceviewer.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ServiceViewer</class>
 
3
 <widget class="QWidget" name="ServiceViewer" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>405</width>
 
9
    <height>275</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QGridLayout" name="gridLayout" >
 
13
   <item rowspan="2" row="0" column="0" colspan="5" >
 
14
    <widget class="QLabel" name="m_title" >
 
15
     <property name="text" >
 
16
      <string comment="KDE::DoNotExtract" >%1 service for %2 DataEngine source %3</string>
 
17
     </property>
 
18
    </widget>
 
19
   </item>
 
20
   <item rowspan="2" row="1" column="1" colspan="4" >
 
21
    <widget class="Line" name="line" >
 
22
     <property name="orientation" >
 
23
      <enum>Qt::Horizontal</enum>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item rowspan="2" row="2" column="2" >
 
28
    <widget class="QLabel" name="m_operationsLabel" >
 
29
     <property name="enabled" >
 
30
      <bool>false</bool>
 
31
     </property>
 
32
     <property name="text" >
 
33
      <string>&amp;Operation:</string>
 
34
     </property>
 
35
     <property name="buddy" >
 
36
      <cstring>m_operations</cstring>
 
37
     </property>
 
38
    </widget>
 
39
   </item>
 
40
   <item rowspan="2" row="2" column="3" >
 
41
    <widget class="KComboBox" name="m_operations" >
 
42
     <property name="enabled" >
 
43
      <bool>false</bool>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item row="3" column="4" >
 
48
    <spacer name="horizontalSpacer" >
 
49
     <property name="orientation" >
 
50
      <enum>Qt::Horizontal</enum>
 
51
     </property>
 
52
     <property name="sizeHint" stdset="0" >
 
53
      <size>
 
54
       <width>217</width>
 
55
       <height>20</height>
 
56
      </size>
 
57
     </property>
 
58
    </spacer>
 
59
   </item>
 
60
   <item row="4" column="0" colspan="5" >
 
61
    <widget class="QTableWidget" name="m_operationDescription" >
 
62
     <property name="enabled" >
 
63
      <bool>false</bool>
 
64
     </property>
 
65
     <column>
 
66
      <property name="text" >
 
67
       <string>Key</string>
 
68
      </property>
 
69
     </column>
 
70
     <column>
 
71
      <property name="text" >
 
72
       <string>Value</string>
 
73
      </property>
 
74
     </column>
 
75
    </widget>
 
76
   </item>
 
77
   <item row="5" column="0" colspan="5" >
 
78
    <widget class="QLabel" name="m_operationStatus" >
 
79
     <property name="text" >
 
80
      <string>Operation count</string>
 
81
     </property>
 
82
    </widget>
 
83
   </item>
 
84
  </layout>
 
85
 </widget>
 
86
 <customwidgets>
 
87
  <customwidget>
 
88
   <class>KComboBox</class>
 
89
   <extends>QComboBox</extends>
 
90
   <header>kcombobox.h</header>
 
91
  </customwidget>
 
92
 </customwidgets>
 
93
 <resources/>
 
94
 <connections/>
 
95
</ui>