~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/plugins/oracle_raster/qgsoracleconnectbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>OracleConnectGuiBase</class>
 
4
 <widget class="QDialog" name="OracleConnectGuiBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>318</width>
 
10
    <height>213</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Create Oracle Connection</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset>
 
18
    <normaloff/>
 
19
   </iconset>
 
20
  </property>
 
21
  <layout class="QGridLayout" name="gridLayout">
 
22
   <item row="0" column="0">
 
23
    <widget class="QLabel" name="TextLabel1_2">
 
24
     <property name="text">
 
25
      <string>Name</string>
 
26
     </property>
 
27
     <property name="buddy">
 
28
      <cstring>txtName</cstring>
 
29
     </property>
 
30
    </widget>
 
31
   </item>
 
32
   <item row="0" column="1">
 
33
    <widget class="QLineEdit" name="txtName">
 
34
     <property name="toolTip">
 
35
      <string>Name of the new connection</string>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item row="1" column="0">
 
40
    <widget class="QLabel" name="TextLabel2">
 
41
     <property name="text">
 
42
      <string>Database instance</string>
 
43
     </property>
 
44
     <property name="buddy">
 
45
      <cstring>txtDatabase</cstring>
 
46
     </property>
 
47
    </widget>
 
48
   </item>
 
49
   <item row="1" column="1">
 
50
    <widget class="QLineEdit" name="txtDatabase"/>
 
51
   </item>
 
52
   <item row="2" column="0">
 
53
    <widget class="QLabel" name="TextLabel3">
 
54
     <property name="text">
 
55
      <string>Username</string>
 
56
     </property>
 
57
     <property name="buddy">
 
58
      <cstring>txtUsername</cstring>
 
59
     </property>
 
60
    </widget>
 
61
   </item>
 
62
   <item row="2" column="1">
 
63
    <widget class="QLineEdit" name="txtUsername"/>
 
64
   </item>
 
65
   <item row="3" column="0">
 
66
    <widget class="QLabel" name="TextLabel3_2">
 
67
     <property name="text">
 
68
      <string>Password</string>
 
69
     </property>
 
70
     <property name="buddy">
 
71
      <cstring>txtPassword</cstring>
 
72
     </property>
 
73
    </widget>
 
74
   </item>
 
75
   <item row="3" column="1">
 
76
    <widget class="QLineEdit" name="txtPassword">
 
77
     <property name="echoMode">
 
78
      <enum>QLineEdit::Password</enum>
 
79
     </property>
 
80
    </widget>
 
81
   </item>
 
82
   <item row="4" column="1">
 
83
    <widget class="QCheckBox" name="chkStorePassword">
 
84
     <property name="text">
 
85
      <string>Save Password</string>
 
86
     </property>
 
87
    </widget>
 
88
   </item>
 
89
   <item row="5" column="0" colspan="2">
 
90
    <widget class="QDialogButtonBox" name="buttonBox">
 
91
     <property name="standardButtons">
 
92
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
93
     </property>
 
94
    </widget>
 
95
   </item>
 
96
  </layout>
 
97
 </widget>
 
98
 <layoutdefault spacing="6" margin="11"/>
 
99
 <tabstops>
 
100
  <tabstop>txtName</tabstop>
 
101
  <tabstop>txtDatabase</tabstop>
 
102
  <tabstop>txtUsername</tabstop>
 
103
  <tabstop>txtPassword</tabstop>
 
104
  <tabstop>chkStorePassword</tabstop>
 
105
  <tabstop>buttonBox</tabstop>
 
106
 </tabstops>
 
107
 <resources/>
 
108
 <connections/>
 
109
</ui>