~ubuntu-branches/ubuntu/vivid/kvpnc/vivid-proposed

« back to all changes in this revision

Viewing changes to src/mainviewbase4.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-04-23 09:18:50 UTC
  • mfrom: (1.1.10 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090423091850-hweeg0jo64t0jx52
Tags: 0.9.1-1
* New upstream release (KDE4 is here)
* Add Build-Depends cmake and pkg-kde-tools
* Remove obsolete debian/patches
* Refresh debian/patches:
  - 10_su-to-root_usage.diff
  - 13_add_kuser_issuperuser.diff
* Cleanup debian/rules - simple under KDE4
* Update debian/watch for KDE4 version
* Update debian/copyright - use versionned licenses
* Update Section field - move to utils
* Remove obsolete dependencies: kdebase-bin, gksu, sux and modutils
* Update debian/kvpnc.{manpages,1}

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>MainViewBase</class>
 
3
 <widget class="QWidget" name="MainViewBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>495</width>
 
9
    <height>210</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="sizePolicy" >
 
13
   <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
 
14
    <horstretch>0</horstretch>
 
15
    <verstretch>0</verstretch>
 
16
   </sizepolicy>
 
17
  </property>
 
18
  <property name="windowTitle" >
 
19
   <string>KVpnc</string>
 
20
  </property>
 
21
  <layout class="QGridLayout" >
 
22
   <item row="0" column="0" >
 
23
    <layout class="QVBoxLayout" >
 
24
     <item>
 
25
      <layout class="QHBoxLayout" >
 
26
       <item>
 
27
        <widget class="QLabel" name="textLabel1" >
 
28
         <property name="text" >
 
29
          <string>&lt;font size="+1">&lt;b>Profile:&lt;/b>&lt;/font></string>
 
30
         </property>
 
31
         <property name="wordWrap" >
 
32
          <bool>false</bool>
 
33
         </property>
 
34
        </widget>
 
35
       </item>
 
36
       <item>
 
37
        <widget class="KComboBox" name="SessionCombo" >
 
38
         <property name="sizePolicy" >
 
39
          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
 
40
           <horstretch>0</horstretch>
 
41
           <verstretch>0</verstretch>
 
42
          </sizepolicy>
 
43
         </property>
 
44
         <property name="toolTip" >
 
45
          <string>Name of the current profile</string>
 
46
         </property>
 
47
         <property name="whatsThis" >
 
48
          <string>Here you can select the profile to use for connection.</string>
 
49
         </property>
 
50
        </widget>
 
51
       </item>
 
52
       <item>
 
53
        <widget class="QPushButton" name="buttonConnect" >
 
54
         <property name="toolTip" >
 
55
          <string>Click to establish connection for selected profile</string>
 
56
         </property>
 
57
         <property name="whatsThis" >
 
58
          <string>Connect button</string>
 
59
         </property>
 
60
         <property name="text" >
 
61
          <string>Connec&amp;t</string>
 
62
         </property>
 
63
         <property name="autoDefault" >
 
64
          <bool>true</bool>
 
65
         </property>
 
66
         <property name="default" >
 
67
          <bool>true</bool>
 
68
         </property>
 
69
        </widget>
 
70
       </item>
 
71
       <item>
 
72
        <widget class="QPushButton" name="buttonDisconnect" >
 
73
         <property name="toolTip" >
 
74
          <string>Click for disconnect the current connection</string>
 
75
         </property>
 
76
         <property name="whatsThis" >
 
77
          <string>Disconnect button</string>
 
78
         </property>
 
79
         <property name="text" >
 
80
          <string>&amp;Disconnect</string>
 
81
         </property>
 
82
         <property name="autoDefault" >
 
83
          <bool>true</bool>
 
84
         </property>
 
85
        </widget>
 
86
       </item>
 
87
      </layout>
 
88
     </item>
 
89
     <item>
 
90
      <widget class="QFrame" name="mainframe" >
 
91
       <property name="frameShape" >
 
92
        <enum>QFrame::StyledPanel</enum>
 
93
       </property>
 
94
       <property name="frameShadow" >
 
95
        <enum>QFrame::Raised</enum>
 
96
       </property>
 
97
      </widget>
 
98
     </item>
 
99
    </layout>
 
100
   </item>
 
101
  </layout>
 
102
 </widget>
 
103
 <layoutdefault spacing="6" margin="11" />
 
104
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
105
 <customwidgets>
 
106
  <customwidget>
 
107
   <class>KComboBox</class>
 
108
   <extends>QComboBox</extends>
 
109
   <header>kcombobox.h</header>
 
110
  </customwidget>
 
111
 </customwidgets>
 
112
 <tabstops>
 
113
  <tabstop>SessionCombo</tabstop>
 
114
  <tabstop>buttonConnect</tabstop>
 
115
  <tabstop>buttonDisconnect</tabstop>
 
116
 </tabstops>
 
117
 <includes>
 
118
  <include location="local" >kcombobox.h</include>
 
119
 </includes>
 
120
 <resources/>
 
121
 <connections/>
 
122
</ui>