|
110 | 110 | <normaloff>:/images/themes/default/propertyicons/metadata.svg</normaloff>:/images/themes/default/propertyicons/metadata.svg</iconset>
|
111 | 111 | </property>
|
112 | 112 | </item>
|
| 113 | + <item> |
| 114 | + <property name="text"> |
| 115 | + <string>Source</string> |
| 116 | + </property> |
| 117 | + <property name="toolTip"> |
| 118 | + <string>Source</string> |
| 119 | + </property> |
| 120 | + <property name="icon"> |
| 121 | + <iconset resource="../../images/images.qrc"> |
| 122 | + <normaloff>:/images/themes/default/propertyicons/system.svg</normaloff>:/images/themes/default/propertyicons/system.svg</iconset> |
| 123 | + </property> |
| 124 | + </item> |
113 | 125 | <item>
|
114 | 126 | <property name="text">
|
115 | 127 | <string>Symbology</string>
|
|
209 | 221 | </item>
|
210 | 222 | </layout>
|
211 | 223 | </widget>
|
| 224 | + <widget class="QWidget" name="mOptsPage_Source"> |
| 225 | + <layout class="QVBoxLayout" name="verticalLayout_6"> |
| 226 | + <property name="leftMargin"> |
| 227 | + <number>0</number> |
| 228 | + </property> |
| 229 | + <property name="topMargin"> |
| 230 | + <number>0</number> |
| 231 | + </property> |
| 232 | + <property name="rightMargin"> |
| 233 | + <number>0</number> |
| 234 | + </property> |
| 235 | + <property name="bottomMargin"> |
| 236 | + <number>0</number> |
| 237 | + </property> |
| 238 | + <item> |
| 239 | + <widget class="QgsScrollArea" name="scrollArea_3"> |
| 240 | + <property name="frameShape"> |
| 241 | + <enum>QFrame::NoFrame</enum> |
| 242 | + </property> |
| 243 | + <property name="widgetResizable"> |
| 244 | + <bool>true</bool> |
| 245 | + </property> |
| 246 | + <widget class="QWidget" name="scrollAreaWidgetContents_3"> |
| 247 | + <property name="geometry"> |
| 248 | + <rect> |
| 249 | + <x>0</x> |
| 250 | + <y>0</y> |
| 251 | + <width>661</width> |
| 252 | + <height>507</height> |
| 253 | + </rect> |
| 254 | + </property> |
| 255 | + <layout class="QVBoxLayout" name="verticalLayout_7"> |
| 256 | + <item> |
| 257 | + <layout class="QHBoxLayout" name="horizontalLayout_14"> |
| 258 | + <item> |
| 259 | + <widget class="QLabel" name="label_8"> |
| 260 | + <property name="text"> |
| 261 | + <string>Layer name</string> |
| 262 | + </property> |
| 263 | + </widget> |
| 264 | + </item> |
| 265 | + <item> |
| 266 | + <widget class="QLineEdit" name="mLayerOrigNameLineEd"/> |
| 267 | + </item> |
| 268 | + </layout> |
| 269 | + </item> |
| 270 | + <item> |
| 271 | + <widget class="QgsCollapsibleGroupBox" name="mCrsGroupBox"> |
| 272 | + <property name="focusPolicy"> |
| 273 | + <enum>Qt::StrongFocus</enum> |
| 274 | + </property> |
| 275 | + <property name="title"> |
| 276 | + <string>Assigned Coordinate Reference System (CRS)</string> |
| 277 | + </property> |
| 278 | + <property name="checkable"> |
| 279 | + <bool>false</bool> |
| 280 | + </property> |
| 281 | + <property name="syncGroup" stdset="0"> |
| 282 | + <string notr="true">vectorgeneral</string> |
| 283 | + </property> |
| 284 | + <layout class="QVBoxLayout" name="verticalLayout_28"> |
| 285 | + <property name="spacing"> |
| 286 | + <number>6</number> |
| 287 | + </property> |
| 288 | + <item> |
| 289 | + <widget class="QgsProjectionSelectionWidget" name="mCrsSelector" native="true"> |
| 290 | + <property name="focusPolicy"> |
| 291 | + <enum>Qt::StrongFocus</enum> |
| 292 | + </property> |
| 293 | + </widget> |
| 294 | + </item> |
| 295 | + <item> |
| 296 | + <widget class="QLabel" name="label_17"> |
| 297 | + <property name="text"> |
| 298 | + <string><html><head/><body><p><span style=" font-weight:600;">Changing this option does not modify the original data source or perform any reprojection of the vector tile layer. Rather, it can be used to override the layer's CRS within this project if it could not be detected or has been incorrectly detected.</span></p></body></html></string> |
| 299 | + </property> |
| 300 | + <property name="textFormat"> |
| 301 | + <enum>Qt::RichText</enum> |
| 302 | + </property> |
| 303 | + <property name="wordWrap"> |
| 304 | + <bool>true</bool> |
| 305 | + </property> |
| 306 | + </widget> |
| 307 | + </item> |
| 308 | + <item> |
| 309 | + <widget class="Line" name="line_4"> |
| 310 | + <property name="orientation"> |
| 311 | + <enum>Qt::Vertical</enum> |
| 312 | + </property> |
| 313 | + </widget> |
| 314 | + </item> |
| 315 | + </layout> |
| 316 | + </widget> |
| 317 | + </item> |
| 318 | + <item> |
| 319 | + <widget class="QgsCollapsibleGroupBox" name="mSourceGroupBox"> |
| 320 | + <property name="title"> |
| 321 | + <string>Layer Source</string> |
| 322 | + </property> |
| 323 | + </widget> |
| 324 | + </item> |
| 325 | + <item> |
| 326 | + <spacer name="verticalSpacer_3"> |
| 327 | + <property name="orientation"> |
| 328 | + <enum>Qt::Vertical</enum> |
| 329 | + </property> |
| 330 | + <property name="sizeType"> |
| 331 | + <enum>QSizePolicy::Expanding</enum> |
| 332 | + </property> |
| 333 | + <property name="sizeHint" stdset="0"> |
| 334 | + <size> |
| 335 | + <width>17</width> |
| 336 | + <height>111</height> |
| 337 | + </size> |
| 338 | + </property> |
| 339 | + </spacer> |
| 340 | + </item> |
| 341 | + </layout> |
| 342 | + </widget> |
| 343 | + </widget> |
| 344 | + </item> |
| 345 | + </layout> |
| 346 | + </widget> |
212 | 347 | <widget class="QWidget" name="mOptsPage_Style">
|
213 | 348 | <layout class="QVBoxLayout" name="verticalLayout_14">
|
214 | 349 | <property name="leftMargin">
|
|
303 | 438 | </layout>
|
304 | 439 | </widget>
|
305 | 440 | <customwidgets>
|
| 441 | + <customwidget> |
| 442 | + <class>QgsCollapsibleGroupBox</class> |
| 443 | + <extends>QGroupBox</extends> |
| 444 | + <header>qgscollapsiblegroupbox.h</header> |
| 445 | + <container>1</container> |
| 446 | + </customwidget> |
306 | 447 | <customwidget>
|
307 | 448 | <class>QgsFilterLineEdit</class>
|
308 | 449 | <extends>QLineEdit</extends>
|
309 | 450 | <header>qgsfilterlineedit.h</header>
|
310 | 451 | </customwidget>
|
| 452 | + <customwidget> |
| 453 | + <class>QgsProjectionSelectionWidget</class> |
| 454 | + <extends>QWidget</extends> |
| 455 | + <header>qgsprojectionselectionwidget.h</header> |
| 456 | + <container>1</container> |
| 457 | + </customwidget> |
| 458 | + <customwidget> |
| 459 | + <class>QgsScrollArea</class> |
| 460 | + <extends>QScrollArea</extends> |
| 461 | + <header>qgsscrollarea.h</header> |
| 462 | + <container>1</container> |
| 463 | + </customwidget> |
311 | 464 | <customwidget>
|
312 | 465 | <class>QgsWebView</class>
|
313 | 466 | <extends>QWidget</extends>
|
|
0 commit comments