|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>QgsFirstRunDialog</class> |
| 4 | + <widget class="QDialog" name="QgsFirstRunDialog"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>659</width> |
| 10 | + <height>464</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Dialog</string> |
| 15 | + </property> |
| 16 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 17 | + <item row="2" column="1"> |
| 18 | + <widget class="QPushButton" name="pushButton"> |
| 19 | + <property name="text"> |
| 20 | + <string>Let's get started!</string> |
| 21 | + </property> |
| 22 | + </widget> |
| 23 | + </item> |
| 24 | + <item row="0" column="0" colspan="2"> |
| 25 | + <layout class="QGridLayout" name="gridLayout"> |
| 26 | + <property name="leftMargin"> |
| 27 | + <number>0</number> |
| 28 | + </property> |
| 29 | + <property name="rightMargin"> |
| 30 | + <number>0</number> |
| 31 | + </property> |
| 32 | + <item row="2" column="1" rowspan="2"> |
| 33 | + <widget class="QLabel" name="mWelcomeLabel"> |
| 34 | + <property name="font"> |
| 35 | + <font> |
| 36 | + <pointsize>23</pointsize> |
| 37 | + </font> |
| 38 | + </property> |
| 39 | + <property name="text"> |
| 40 | + <string>Welcome to QGIS 3</string> |
| 41 | + </property> |
| 42 | + </widget> |
| 43 | + </item> |
| 44 | + <item row="2" column="0" rowspan="3"> |
| 45 | + <widget class="QLabel" name="label_3"> |
| 46 | + <property name="sizePolicy"> |
| 47 | + <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
| 48 | + <horstretch>0</horstretch> |
| 49 | + <verstretch>0</verstretch> |
| 50 | + </sizepolicy> |
| 51 | + </property> |
| 52 | + <property name="text"> |
| 53 | + <string/> |
| 54 | + </property> |
| 55 | + <property name="pixmap"> |
| 56 | + <pixmap resource="../../images/images.qrc">:/images/icons/qgis-icon-60x60.png</pixmap> |
| 57 | + </property> |
| 58 | + <property name="scaledContents"> |
| 59 | + <bool>false</bool> |
| 60 | + </property> |
| 61 | + </widget> |
| 62 | + </item> |
| 63 | + <item row="6" column="0" colspan="2"> |
| 64 | + <widget class="QLabel" name="label_2"> |
| 65 | + <property name="font"> |
| 66 | + <font> |
| 67 | + <pointsize>16</pointsize> |
| 68 | + </font> |
| 69 | + </property> |
| 70 | + <property name="text"> |
| 71 | + <string><html><head/><body><p><a href="http://changelog.qgis.org/en/qgis/version/3.0.0/"><span style=" text-decoration: underline; color:#2a76c6;">Check out </span></a>the change log for all the new stuff.</p></body></html></string> |
| 72 | + </property> |
| 73 | + <property name="wordWrap"> |
| 74 | + <bool>true</bool> |
| 75 | + </property> |
| 76 | + <property name="openExternalLinks"> |
| 77 | + <bool>true</bool> |
| 78 | + </property> |
| 79 | + </widget> |
| 80 | + </item> |
| 81 | + <item row="4" column="1"> |
| 82 | + <widget class="QLabel" name="mWelcomeDevLabel"> |
| 83 | + <property name="text"> |
| 84 | + <string><html><head/><body><p><span style=" font-style:italic;">You are running a dev version. We would love your feedback and testing.</span></p></body></html></string> |
| 85 | + </property> |
| 86 | + <property name="wordWrap"> |
| 87 | + <bool>true</bool> |
| 88 | + </property> |
| 89 | + </widget> |
| 90 | + </item> |
| 91 | + <item row="5" column="0"> |
| 92 | + <spacer name="verticalSpacer_3"> |
| 93 | + <property name="orientation"> |
| 94 | + <enum>Qt::Vertical</enum> |
| 95 | + </property> |
| 96 | + <property name="sizeType"> |
| 97 | + <enum>QSizePolicy::Preferred</enum> |
| 98 | + </property> |
| 99 | + <property name="sizeHint" stdset="0"> |
| 100 | + <size> |
| 101 | + <width>20</width> |
| 102 | + <height>40</height> |
| 103 | + </size> |
| 104 | + </property> |
| 105 | + </spacer> |
| 106 | + </item> |
| 107 | + </layout> |
| 108 | + </item> |
| 109 | + <item row="1" column="0" colspan="2"> |
| 110 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 111 | + <item> |
| 112 | + <spacer name="verticalSpacer_2"> |
| 113 | + <property name="orientation"> |
| 114 | + <enum>Qt::Vertical</enum> |
| 115 | + </property> |
| 116 | + <property name="sizeType"> |
| 117 | + <enum>QSizePolicy::Expanding</enum> |
| 118 | + </property> |
| 119 | + <property name="sizeHint" stdset="0"> |
| 120 | + <size> |
| 121 | + <width>20</width> |
| 122 | + <height>40</height> |
| 123 | + </size> |
| 124 | + </property> |
| 125 | + </spacer> |
| 126 | + </item> |
| 127 | + <item> |
| 128 | + <widget class="QLabel" name="label"> |
| 129 | + <property name="text"> |
| 130 | + <string>Ready to go?</string> |
| 131 | + </property> |
| 132 | + </widget> |
| 133 | + </item> |
| 134 | + <item> |
| 135 | + <widget class="QRadioButton" name="mImportSettingsYes"> |
| 136 | + <property name="text"> |
| 137 | + <string>Import settings from QGIS 2.</string> |
| 138 | + </property> |
| 139 | + <property name="checked"> |
| 140 | + <bool>true</bool> |
| 141 | + </property> |
| 142 | + </widget> |
| 143 | + </item> |
| 144 | + <item> |
| 145 | + <widget class="QRadioButton" name="mImportSettingsNo"> |
| 146 | + <property name="text"> |
| 147 | + <string>I want a clean start. Don't import my QGIS 2 settings.</string> |
| 148 | + </property> |
| 149 | + </widget> |
| 150 | + </item> |
| 151 | + <item> |
| 152 | + <spacer name="verticalSpacer"> |
| 153 | + <property name="orientation"> |
| 154 | + <enum>Qt::Vertical</enum> |
| 155 | + </property> |
| 156 | + <property name="sizeHint" stdset="0"> |
| 157 | + <size> |
| 158 | + <width>20</width> |
| 159 | + <height>40</height> |
| 160 | + </size> |
| 161 | + </property> |
| 162 | + </spacer> |
| 163 | + </item> |
| 164 | + <item> |
| 165 | + <widget class="QLabel" name="label_4"> |
| 166 | + <property name="text"> |
| 167 | + <string>Settings will be imported into the default profile and you will only see this screen once.</string> |
| 168 | + </property> |
| 169 | + <property name="wordWrap"> |
| 170 | + <bool>true</bool> |
| 171 | + </property> |
| 172 | + </widget> |
| 173 | + </item> |
| 174 | + </layout> |
| 175 | + </item> |
| 176 | + </layout> |
| 177 | + </widget> |
| 178 | + <resources> |
| 179 | + <include location="../../images/images.qrc"/> |
| 180 | + </resources> |
| 181 | + <connections> |
| 182 | + <connection> |
| 183 | + <sender>pushButton</sender> |
| 184 | + <signal>clicked()</signal> |
| 185 | + <receiver>QgsFirstRunDialog</receiver> |
| 186 | + <slot>accept()</slot> |
| 187 | + <hints> |
| 188 | + <hint type="sourcelabel"> |
| 189 | + <x>350</x> |
| 190 | + <y>424</y> |
| 191 | + </hint> |
| 192 | + <hint type="destinationlabel"> |
| 193 | + <x>188</x> |
| 194 | + <y>453</y> |
| 195 | + </hint> |
| 196 | + </hints> |
| 197 | + </connection> |
| 198 | + </connections> |
| 199 | +</ui> |
0 commit comments