From 9e439c4a6b589d6d1b5b2008691231d3ea401db5 Mon Sep 17 00:00:00 2001 From: snopf Date: Thu, 6 Feb 2020 21:33:02 +0100 Subject: [PATCH] select first tab in new entry dialog --- src/host/pc/qt/new_entry_dialog.ui | 2 +- src/host/pc/qt/ui_new_entry_dialog.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/host/pc/qt/new_entry_dialog.ui b/src/host/pc/qt/new_entry_dialog.ui index adbab04..6416cce 100644 --- a/src/host/pc/qt/new_entry_dialog.ui +++ b/src/host/pc/qt/new_entry_dialog.ui @@ -23,7 +23,7 @@ - 1 + 0 diff --git a/src/host/pc/qt/ui_new_entry_dialog.py b/src/host/pc/qt/ui_new_entry_dialog.py index 2196d45..e797e6f 100644 --- a/src/host/pc/qt/ui_new_entry_dialog.py +++ b/src/host/pc/qt/ui_new_entry_dialog.py @@ -3,7 +3,7 @@ # Form implementation generated from reading ui file 'new_entry_dialog.ui', # licensing of 'new_entry_dialog.ui' applies. # -# Created: Tue Jan 21 13:52:23 2020 +# Created: Thu Feb 6 21:32:35 2020 # by: pyside2-uic running on PySide2 5.12.3 # # WARNING! All changes made in this file will be lost! @@ -67,7 +67,7 @@ def setupUi(self, NewEntryDialog): self.gridLayout_3.addWidget(self.buttonBox, 1, 0, 1, 1) self.retranslateUi(NewEntryDialog) - self.tabWidget.setCurrentIndex(1) + self.tabWidget.setCurrentIndex(0) QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), NewEntryDialog.accept) QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), NewEntryDialog.reject) QtCore.QMetaObject.connectSlotsByName(NewEntryDialog)