mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Hide connection details group box in vector tile source select
This commit is contained in:
parent
e55bbca11c
commit
ce9e844576
@ -36,6 +36,8 @@ QgsVectorTileSourceSelect::QgsVectorTileSourceSelect( QWidget *parent, Qt::Windo
|
||||
{
|
||||
setupUi( this );
|
||||
|
||||
mConnectionDetailsGroupBox->hide();
|
||||
|
||||
setWindowTitle( tr( "Add Vector Tile Layer" ) );
|
||||
mConnectionsGroupBox->setTitle( tr( "Vector Tile Connections" ) );
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<widget class="QGroupBox" name="mConnectionDetailsGroupBox">
|
||||
<property name="title">
|
||||
<string>Connection Details</string>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user