~ubuntu-branches/ubuntu/quantal/marble/quantal

« back to all changes in this revision

Viewing changes to src/lib/ExternalEditor.ui

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-11 15:43:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110711154302-lq69ftcx125g1jx5
Tags: upstream-4.6.90+repack
Import upstream version 4.6.90+repack

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>ExternalEditor</class>
 
4
 <widget class="QDialog" name="ExternalEditor">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>387</width>
 
10
    <height>465</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>External Map Editor Selection</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
17
   <item>
 
18
    <layout class="QFormLayout" name="formLayout">
 
19
     <item row="0" column="0">
 
20
      <widget class="QLabel" name="label_2">
 
21
       <property name="text">
 
22
        <string>External Map Editor</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item row="0" column="1">
 
27
      <widget class="QComboBox" name="editorComboBox">
 
28
       <item>
 
29
        <property name="text">
 
30
         <string>Web browser (Potlatch)</string>
 
31
        </property>
 
32
       </item>
 
33
       <item>
 
34
        <property name="text">
 
35
         <string>Merkaartor</string>
 
36
        </property>
 
37
       </item>
 
38
       <item>
 
39
        <property name="text">
 
40
         <string>JOSM</string>
 
41
        </property>
 
42
       </item>
 
43
      </widget>
 
44
     </item>
 
45
     <item row="1" column="0" colspan="2">
 
46
      <widget class="QCheckBox" name="saveDefaultCheckBox">
 
47
       <property name="toolTip">
 
48
        <string>Deactivate to be prompted for a map editor selection next time again. Otherwise, your choice is remembered and will be used automatically in the future. If you want to alter the default map editor later, you can do so in the Marble Settings.</string>
 
49
       </property>
 
50
       <property name="text">
 
51
        <string>Make my selection the default map editor</string>
 
52
       </property>
 
53
       <property name="checked">
 
54
        <bool>false</bool>
 
55
       </property>
 
56
      </widget>
 
57
     </item>
 
58
    </layout>
 
59
   </item>
 
60
   <item>
 
61
    <widget class="QGroupBox" name="groupBox">
 
62
     <property name="sizePolicy">
 
63
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
64
       <horstretch>0</horstretch>
 
65
       <verstretch>0</verstretch>
 
66
      </sizepolicy>
 
67
     </property>
 
68
     <property name="title">
 
69
      <string>Editor Details</string>
 
70
     </property>
 
71
     <layout class="QVBoxLayout" name="verticalLayout">
 
72
      <item>
 
73
       <widget class="QLabel" name="screenshotLabel">
 
74
        <property name="minimumSize">
 
75
         <size>
 
76
          <width>360</width>
 
77
          <height>280</height>
 
78
         </size>
 
79
        </property>
 
80
        <property name="toolTip">
 
81
         <string>Editor Preview</string>
 
82
        </property>
 
83
        <property name="frameShape">
 
84
         <enum>QFrame::Box</enum>
 
85
        </property>
 
86
        <property name="text">
 
87
         <string/>
 
88
        </property>
 
89
        <property name="pixmap">
 
90
         <pixmap resource="../marble.qrc">:/data/editors/potlatch.png</pixmap>
 
91
        </property>
 
92
       </widget>
 
93
      </item>
 
94
      <item>
 
95
       <widget class="QLabel" name="descriptionLabel">
 
96
        <property name="minimumSize">
 
97
         <size>
 
98
          <width>0</width>
 
99
          <height>50</height>
 
100
         </size>
 
101
        </property>
 
102
        <property name="text">
 
103
         <string>Potlatch is an OpenStreetMap editor for quick editing tasks and beginners. It requires a web browser with flash support.</string>
 
104
        </property>
 
105
        <property name="wordWrap">
 
106
         <bool>true</bool>
 
107
        </property>
 
108
       </widget>
 
109
      </item>
 
110
     </layout>
 
111
    </widget>
 
112
   </item>
 
113
   <item>
 
114
    <widget class="QDialogButtonBox" name="buttonBox">
 
115
     <property name="orientation">
 
116
      <enum>Qt::Horizontal</enum>
 
117
     </property>
 
118
     <property name="standardButtons">
 
119
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
120
     </property>
 
121
    </widget>
 
122
   </item>
 
123
  </layout>
 
124
 </widget>
 
125
 <resources>
 
126
  <include location="../marble.qrc"/>
 
127
 </resources>
 
128
 <connections>
 
129
  <connection>
 
130
   <sender>buttonBox</sender>
 
131
   <signal>accepted()</signal>
 
132
   <receiver>ExternalEditor</receiver>
 
133
   <slot>accept()</slot>
 
134
   <hints>
 
135
    <hint type="sourcelabel">
 
136
     <x>248</x>
 
137
     <y>254</y>
 
138
    </hint>
 
139
    <hint type="destinationlabel">
 
140
     <x>157</x>
 
141
     <y>274</y>
 
142
    </hint>
 
143
   </hints>
 
144
  </connection>
 
145
  <connection>
 
146
   <sender>buttonBox</sender>
 
147
   <signal>rejected()</signal>
 
148
   <receiver>ExternalEditor</receiver>
 
149
   <slot>reject()</slot>
 
150
   <hints>
 
151
    <hint type="sourcelabel">
 
152
     <x>316</x>
 
153
     <y>260</y>
 
154
    </hint>
 
155
    <hint type="destinationlabel">
 
156
     <x>286</x>
 
157
     <y>274</y>
 
158
    </hint>
 
159
   </hints>
 
160
  </connection>
 
161
 </connections>
 
162
</ui>