~neon/project-neon/printer-applet

« back to all changes in this revision

Viewing changes to printer-applet.ui

  • Committer: Jonathan Riddell
  • Date: 2008-03-24 00:53:35 UTC
  • Revision ID: git-v1:1a8383f25060c9c9682766319f2e68a7621e5768
add printer-applet, a replacement for kjobviewer.  a Python app.  please test.

svn path=/trunk/kdereview/printer-applet/; revision=789361

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>MainWindow</class>
 
3
 <widget class="QMainWindow" name="MainWindow" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>894</width>
 
9
    <height>323</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Document Print Status</string>
 
14
  </property>
 
15
  <property name="windowIcon" >
 
16
   <iconset>printer-128.png</iconset>
 
17
  </property>
 
18
  <widget class="QWidget" name="centralwidget" >
 
19
   <layout class="QGridLayout" >
 
20
    <property name="leftMargin" >
 
21
     <number>0</number>
 
22
    </property>
 
23
    <property name="topMargin" >
 
24
     <number>0</number>
 
25
    </property>
 
26
    <property name="rightMargin" >
 
27
     <number>0</number>
 
28
    </property>
 
29
    <property name="bottomMargin" >
 
30
     <number>0</number>
 
31
    </property>
 
32
    <item row="0" column="0" >
 
33
     <widget class="QTreeWidget" name="treeWidget" >
 
34
      <property name="alternatingRowColors" >
 
35
       <bool>true</bool>
 
36
      </property>
 
37
      <property name="indentation" >
 
38
       <number>0</number>
 
39
      </property>
 
40
      <property name="rootIsDecorated" >
 
41
       <bool>false</bool>
 
42
      </property>
 
43
      <property name="itemsExpandable" >
 
44
       <bool>false</bool>
 
45
      </property>
 
46
      <column>
 
47
       <property name="text" >
 
48
        <string>Job</string>
 
49
       </property>
 
50
      </column>
 
51
      <column>
 
52
       <property name="text" >
 
53
        <string>Document</string>
 
54
       </property>
 
55
      </column>
 
56
      <column>
 
57
       <property name="text" >
 
58
        <string>Printer</string>
 
59
       </property>
 
60
      </column>
 
61
      <column>
 
62
       <property name="text" >
 
63
        <string>Size</string>
 
64
       </property>
 
65
      </column>
 
66
      <column>
 
67
       <property name="text" >
 
68
        <string>Time Submitted</string>
 
69
       </property>
 
70
      </column>
 
71
      <column>
 
72
       <property name="text" >
 
73
        <string>Status</string>
 
74
       </property>
 
75
      </column>
 
76
     </widget>
 
77
    </item>
 
78
   </layout>
 
79
  </widget>
 
80
  <widget class="QMenuBar" name="menubar" >
 
81
   <property name="geometry" >
 
82
    <rect>
 
83
     <x>0</x>
 
84
     <y>0</y>
 
85
     <width>894</width>
 
86
     <height>30</height>
 
87
    </rect>
 
88
   </property>
 
89
   <widget class="QMenu" name="menuFile" >
 
90
    <property name="title" >
 
91
     <string>File</string>
 
92
    </property>
 
93
    <addaction name="actionClose" />
 
94
   </widget>
 
95
   <widget class="QMenu" name="menuView" >
 
96
    <property name="title" >
 
97
     <string>View</string>
 
98
    </property>
 
99
    <addaction name="actionRefresh_2" />
 
100
    <addaction name="separator" />
 
101
    <addaction name="actionShow_Completed_Jobs_2" />
 
102
    <addaction name="actionShow_Printer_Status" />
 
103
   </widget>
 
104
   <addaction name="menuFile" />
 
105
   <addaction name="menuView" />
 
106
  </widget>
 
107
  <widget class="QStatusBar" name="statusbar" />
 
108
  <action name="actionShow_Completed_Jobs" >
 
109
   <property name="text" >
 
110
    <string>Show Completed Jobs</string>
 
111
   </property>
 
112
  </action>
 
113
  <action name="actionRefresh_2" >
 
114
   <property name="icon" >
 
115
    <iconset>view-refresh.png</iconset>
 
116
   </property>
 
117
   <property name="text" >
 
118
    <string>Refresh</string>
 
119
   </property>
 
120
  </action>
 
121
  <action name="actionShow_Completed_Jobs_2" >
 
122
   <property name="checkable" >
 
123
    <bool>true</bool>
 
124
   </property>
 
125
   <property name="text" >
 
126
    <string>Show Completed Jobs</string>
 
127
   </property>
 
128
  </action>
 
129
  <action name="actionClose" >
 
130
   <property name="icon" >
 
131
    <iconset>window-close.png</iconset>
 
132
   </property>
 
133
   <property name="text" >
 
134
    <string>Close</string>
 
135
   </property>
 
136
  </action>
 
137
  <action name="actionShow_Printer_Status" >
 
138
   <property name="checkable" >
 
139
    <bool>true</bool>
 
140
   </property>
 
141
   <property name="checked" >
 
142
    <bool>false</bool>
 
143
   </property>
 
144
   <property name="text" >
 
145
    <string>Show Printer Status</string>
 
146
   </property>
 
147
  </action>
 
148
 </widget>
 
149
 <resources/>
 
150
 <connections/>
 
151
</ui>