mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-24 00:05:18 -05:00
[dbmanager] small fix for import/export layer UI
This commit is contained in:
parent
2af87f3d10
commit
86d5ab24ef
@ -63,7 +63,7 @@ class DlgImportVector(QDialog, Ui_Dialog):
|
||||
def setupWorkingMode(self, mode):
|
||||
""" hide the widget to select a layer/file if the input layer is already set """
|
||||
self.wdgInput.setVisible( mode == self.ASK_FOR_INPUT_MODE )
|
||||
self.resize( 200, 200 )
|
||||
self.resize( 450, 350 )
|
||||
|
||||
self.cboTable.setEditText(self.outUri.table())
|
||||
|
||||
|
||||
@ -186,7 +186,7 @@
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="2">
|
||||
<item row="3" column="0" colspan="3">
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user