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:
scorpio810
2015-05-18 22:48:04 +00:00
parent 4142f9c6a2
commit cce4b7490a

View File

@@ -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();