~ubuntu-branches/debian/sid/libmediawiki/sid

« back to all changes in this revision

Viewing changes to examples/editsample/mainwindow.ui

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2017-11-05 21:15:29 UTC
  • Revision ID: package-import@ubuntu.com-20171105211529-bgfi385yv79030cf
Tags: upstream-5.37.0
ImportĀ upstreamĀ versionĀ 5.37.0

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>MainWindow</class>
 
4
 <widget class="QMainWindow" name="MainWindow">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>376</height>
 
11
   </rect>
 
12
  </property>
 
13
  <widget class="QWidget" name="centralWidget">
 
14
   <layout class="QVBoxLayout" name="verticalLayout">
 
15
    <item>
 
16
     <layout class="QGridLayout" name="gridLayout">
 
17
      <item row="1" column="3">
 
18
       <widget class="QPushButton" name="pushButton2">
 
19
        <property name="enabled">
 
20
         <bool>false</bool>
 
21
        </property>
 
22
        <property name="text">
 
23
         <string>Load page</string>
 
24
        </property>
 
25
       </widget>
 
26
      </item>
 
27
      <item row="1" column="1">
 
28
       <widget class="QLineEdit" name="mPageEdit"/>
 
29
      </item>
 
30
      <item row="1" column="0">
 
31
       <widget class="QLabel" name="label">
 
32
        <property name="text">
 
33
         <string>Page : </string>
 
34
        </property>
 
35
       </widget>
 
36
      </item>
 
37
      <item row="0" column="1" colspan="3">
 
38
       <widget class="QLineEdit" name="mWikiEdit">
 
39
        <property name="text">
 
40
         <string>https://test.wikipedia.org/w/api.php</string>
 
41
        </property>
 
42
       </widget>
 
43
      </item>
 
44
      <item row="0" column="0">
 
45
       <widget class="QLabel" name="label_3">
 
46
        <property name="text">
 
47
         <string>Wiki :</string>
 
48
        </property>
 
49
       </widget>
 
50
      </item>
 
51
     </layout>
 
52
    </item>
 
53
    <item>
 
54
     <widget class="QPlainTextEdit" name="plainTextEdit"/>
 
55
    </item>
 
56
    <item>
 
57
     <layout class="QGridLayout" name="gridLayout_2">
 
58
      <item row="0" column="3">
 
59
       <widget class="QLineEdit" name="mLoginEdit"/>
 
60
      </item>
 
61
      <item row="0" column="1">
 
62
       <widget class="QLabel" name="label_2">
 
63
        <property name="frameShape">
 
64
         <enum>QFrame::NoFrame</enum>
 
65
        </property>
 
66
        <property name="text">
 
67
         <string>Username:</string>
 
68
        </property>
 
69
       </widget>
 
70
      </item>
 
71
      <item row="1" column="1">
 
72
       <widget class="QLabel" name="mMdpLabel">
 
73
        <property name="text">
 
74
         <string>Password:</string>
 
75
        </property>
 
76
       </widget>
 
77
      </item>
 
78
      <item row="1" column="3">
 
79
       <widget class="QLineEdit" name="mMdpEdit">
 
80
        <property name="acceptDrops">
 
81
         <bool>true</bool>
 
82
        </property>
 
83
        <property name="echoMode">
 
84
         <enum>QLineEdit::Password</enum>
 
85
        </property>
 
86
       </widget>
 
87
      </item>
 
88
      <item row="0" column="4">
 
89
       <spacer name="horizontalSpacer">
 
90
        <property name="orientation">
 
91
         <enum>Qt::Horizontal</enum>
 
92
        </property>
 
93
        <property name="sizeHint" stdset="0">
 
94
         <size>
 
95
          <width>40</width>
 
96
          <height>20</height>
 
97
         </size>
 
98
        </property>
 
99
       </spacer>
 
100
      </item>
 
101
      <item row="1" column="4">
 
102
       <widget class="QPushButton" name="pushButton1">
 
103
        <property name="enabled">
 
104
         <bool>false</bool>
 
105
        </property>
 
106
        <property name="text">
 
107
         <string>Send</string>
 
108
        </property>
 
109
       </widget>
 
110
      </item>
 
111
     </layout>
 
112
    </item>
 
113
   </layout>
 
114
  </widget>
 
115
 </widget>
 
116
 <layoutdefault spacing="6" margin="11"/>
 
117
 <resources/>
 
118
 <connections/>
 
119
</ui>