mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Project config page -> auto num : add clear button to line edit of the combo box
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3812 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -254,6 +254,7 @@ void ProjectAutoNumConfigPage::initWidgets() {
|
||||
|
||||
m_context_cb = new QComboBox(this);
|
||||
m_context_cb->setEditable(true);
|
||||
m_context_cb->lineEdit()->setClearButtonEnabled(true);
|
||||
m_context_cb->addItem(tr("Nom de la nouvelle numérotation"));
|
||||
|
||||
m_remove_pb = new QPushButton(QET::Icons::EditDelete, QString(), this);
|
||||
|
||||
Reference in New Issue
Block a user