~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to src/options/opt_plugins.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>OptPlugins</class>
 
6
 <widget class="QWidget" name="OptPlugins" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>362</width>
 
12
    <height>400</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>OptPluginsUI</string>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>9</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item>
 
26
    <widget class="QLabel" name="TextLabel2" >
 
27
     <property name="text" >
 
28
      <string>Plugin Name:</string>
 
29
     </property>
 
30
    </widget>
 
31
   </item>
 
32
   <item>
 
33
    <widget class="QComboBox" name="cb_plugins" >
 
34
     <property name="enabled" >
 
35
      <bool>false</bool>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item>
 
40
    <widget class="QLabel" name="label" >
 
41
     <property name="text" >
 
42
      <string>Plugin Location:</string>
 
43
     </property>
 
44
    </widget>
 
45
   </item>
 
46
   <item>
 
47
    <widget class="QLineEdit" name="le_location" >
 
48
     <property name="enabled" >
 
49
      <bool>false</bool>
 
50
     </property>
 
51
     <property name="text" >
 
52
      <string>No plugin selected</string>
 
53
     </property>
 
54
    </widget>
 
55
   </item>
 
56
   <item>
 
57
    <layout class="QHBoxLayout" >
 
58
     <property name="margin" >
 
59
      <number>0</number>
 
60
     </property>
 
61
     <property name="spacing" >
 
62
      <number>6</number>
 
63
     </property>
 
64
     <item>
 
65
      <widget class="QCheckBox" name="cb_loadPlugin" >
 
66
       <property name="enabled" >
 
67
        <bool>false</bool>
 
68
       </property>
 
69
       <property name="text" >
 
70
        <string>Load this plugin</string>
 
71
       </property>
 
72
      </widget>
 
73
     </item>
 
74
     <item>
 
75
      <spacer>
 
76
       <property name="orientation" >
 
77
        <enum>Qt::Horizontal</enum>
 
78
       </property>
 
79
       <property name="sizeHint" >
 
80
        <size>
 
81
         <width>40</width>
 
82
         <height>20</height>
 
83
        </size>
 
84
       </property>
 
85
      </spacer>
 
86
     </item>
 
87
    </layout>
 
88
   </item>
 
89
   <item>
 
90
    <spacer>
 
91
     <property name="orientation" >
 
92
      <enum>Qt::Vertical</enum>
 
93
     </property>
 
94
     <property name="sizeHint" >
 
95
      <size>
 
96
       <width>20</width>
 
97
       <height>40</height>
 
98
      </size>
 
99
     </property>
 
100
    </spacer>
 
101
   </item>
 
102
   <item>
 
103
    <layout class="QVBoxLayout" >
 
104
     <property name="margin" >
 
105
      <number>0</number>
 
106
     </property>
 
107
     <property name="spacing" >
 
108
      <number>6</number>
 
109
     </property>
 
110
     <item>
 
111
      <widget class="QWidget" name="pluginOptions" />
 
112
     </item>
 
113
    </layout>
 
114
   </item>
 
115
   <item>
 
116
    <spacer>
 
117
     <property name="orientation" >
 
118
      <enum>Qt::Vertical</enum>
 
119
     </property>
 
120
     <property name="sizeHint" >
 
121
      <size>
 
122
       <width>20</width>
 
123
       <height>40</height>
 
124
      </size>
 
125
     </property>
 
126
    </spacer>
 
127
   </item>
 
128
  </layout>
 
129
 </widget>
 
130
 <layoutdefault spacing="6" margin="11" />
 
131
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
132
 <resources/>
 
133
 <connections/>
 
134
</ui>