~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Checks/PyLint/PyLintExecDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>PyLintExecDialog</class>
 
3
 <widget class="QWidget" name="PyLintExecDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>753</width>
 
9
    <height>605</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="sizePolicy" >
 
13
   <sizepolicy>
 
14
    <hsizetype>7</hsizetype>
 
15
    <vsizetype>7</vsizetype>
 
16
    <horstretch>0</horstretch>
 
17
    <verstretch>3</verstretch>
 
18
   </sizepolicy>
 
19
  </property>
 
20
  <property name="windowTitle" >
 
21
   <string>PyLint Results</string>
 
22
  </property>
 
23
  <layout class="QVBoxLayout" >
 
24
   <property name="margin" >
 
25
    <number>6</number>
 
26
   </property>
 
27
   <property name="spacing" >
 
28
    <number>6</number>
 
29
   </property>
 
30
   <item>
 
31
    <widget class="QLabel" name="contentsLabel" >
 
32
     <property name="text" >
 
33
      <string>Results:</string>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item>
 
38
    <widget class="QTextEdit" name="contents" >
 
39
     <property name="sizePolicy" >
 
40
      <sizepolicy>
 
41
       <hsizetype>7</hsizetype>
 
42
       <vsizetype>7</vsizetype>
 
43
       <horstretch>0</horstretch>
 
44
       <verstretch>3</verstretch>
 
45
      </sizepolicy>
 
46
     </property>
 
47
     <property name="whatsThis" >
 
48
      <string>&lt;b>PyLint Execution&lt;/b>
 
49
&lt;p>This shows the results of the PyLint run.&lt;/p></string>
 
50
     </property>
 
51
     <property name="tabChangesFocus" >
 
52
      <bool>true</bool>
 
53
     </property>
 
54
     <property name="readOnly" >
 
55
      <bool>true</bool>
 
56
     </property>
 
57
    </widget>
 
58
   </item>
 
59
   <item>
 
60
    <widget class="QTreeWidget" name="messageList" >
 
61
     <property name="sizePolicy" >
 
62
      <sizepolicy>
 
63
       <hsizetype>7</hsizetype>
 
64
       <vsizetype>7</vsizetype>
 
65
       <horstretch>0</horstretch>
 
66
       <verstretch>3</verstretch>
 
67
      </sizepolicy>
 
68
     </property>
 
69
     <property name="alternatingRowColors" >
 
70
      <bool>true</bool>
 
71
     </property>
 
72
     <property name="rootIsDecorated" >
 
73
      <bool>false</bool>
 
74
     </property>
 
75
     <property name="itemsExpandable" >
 
76
      <bool>false</bool>
 
77
     </property>
 
78
     <property name="sortingEnabled" >
 
79
      <bool>true</bool>
 
80
     </property>
 
81
     <column>
 
82
      <property name="text" >
 
83
       <string>File</string>
 
84
      </property>
 
85
     </column>
 
86
     <column>
 
87
      <property name="text" >
 
88
       <string>Line</string>
 
89
      </property>
 
90
     </column>
 
91
     <column>
 
92
      <property name="text" >
 
93
       <string>Type</string>
 
94
      </property>
 
95
     </column>
 
96
     <column>
 
97
      <property name="text" >
 
98
       <string>Message</string>
 
99
      </property>
 
100
     </column>
 
101
     <column>
 
102
      <property name="text" >
 
103
       <string/>
 
104
      </property>
 
105
     </column>
 
106
    </widget>
 
107
   </item>
 
108
   <item>
 
109
    <widget class="QLabel" name="TextLabel2" >
 
110
     <property name="text" >
 
111
      <string>Errors:</string>
 
112
     </property>
 
113
    </widget>
 
114
   </item>
 
115
   <item>
 
116
    <widget class="QTextEdit" name="errors" >
 
117
     <property name="sizePolicy" >
 
118
      <sizepolicy>
 
119
       <hsizetype>7</hsizetype>
 
120
       <vsizetype>5</vsizetype>
 
121
       <horstretch>0</horstretch>
 
122
       <verstretch>1</verstretch>
 
123
      </sizepolicy>
 
124
     </property>
 
125
     <property name="whatsThis" >
 
126
      <string>&lt;b>PyLint Execution&lt;/b>
 
127
&lt;p>This shows the errors of the PyLint run.&lt;/p></string>
 
128
     </property>
 
129
     <property name="tabChangesFocus" >
 
130
      <bool>true</bool>
 
131
     </property>
 
132
     <property name="readOnly" >
 
133
      <bool>true</bool>
 
134
     </property>
 
135
    </widget>
 
136
   </item>
 
137
   <item>
 
138
    <widget class="QDialogButtonBox" name="buttonBox" >
 
139
     <property name="orientation" >
 
140
      <enum>Qt::Horizontal</enum>
 
141
     </property>
 
142
     <property name="standardButtons" >
 
143
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::NoButton</set>
 
144
     </property>
 
145
    </widget>
 
146
   </item>
 
147
  </layout>
 
148
 </widget>
 
149
 <layoutdefault spacing="6" margin="11" />
 
150
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
151
 <tabstops>
 
152
  <tabstop>contents</tabstop>
 
153
  <tabstop>messageList</tabstop>
 
154
  <tabstop>errors</tabstop>
 
155
 </tabstops>
 
156
 <resources/>
 
157
 <connections/>
 
158
</ui>