mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-04 02:59:59 +02:00
Remove resizing of first column in properties editor
Removed resizing of the first column in the information tree.
This commit is contained in:
@@ -164,7 +164,6 @@ void ElementPropertiesEditorWidget::setUpInterface()
|
|||||||
//Disable the edition of the first column of the information tree
|
//Disable the edition of the first column of the information tree
|
||||||
//by this little workaround
|
//by this little workaround
|
||||||
ui->m_tree->setItemDelegate(new EditorDelegate(this));
|
ui->m_tree->setItemDelegate(new EditorDelegate(this));
|
||||||
ui->m_tree->header()->resizeSection(0, 150);
|
|
||||||
|
|
||||||
// NEU: Checkbox mit der Zahlenbox verbinden (Aktivieren/Deaktivieren)
|
// NEU: Checkbox mit der Zahlenbox verbinden (Aktivieren/Deaktivieren)
|
||||||
connect(ui->max_slaves_checkbox, SIGNAL(toggled(bool)), ui->max_slaves_spinbox, SLOT(setEnabled(bool)));
|
connect(ui->max_slaves_checkbox, SIGNAL(toggled(bool)), ui->max_slaves_spinbox, SLOT(setEnabled(bool)));
|
||||||
|
|||||||
Reference in New Issue
Block a user