mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Element info widget : set disable focus to the first line edit
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3975 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -34,7 +34,7 @@ ElementInfoWidget::ElementInfoWidget(Element *elmt, QWidget *parent) :
|
|||||||
ui(new Ui::ElementInfoWidget),
|
ui(new Ui::ElementInfoWidget),
|
||||||
element_(elmt),
|
element_(elmt),
|
||||||
elmt_info(elmt->elementInformations()),
|
elmt_info(elmt->elementInformations()),
|
||||||
m_first_activation (true)
|
m_first_activation (false)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
buildInterface();
|
buildInterface();
|
||||||
|
|||||||
Reference in New Issue
Block a user