mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Revert r5449 and disable r5452 momentary : Load time from elements is
very slow git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5461 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -99,7 +99,7 @@ ElementsLocation ElementsCategoryEditor::createdLocation() const
|
||||
*/
|
||||
void ElementsCategoryEditor::setUpWidget()
|
||||
{
|
||||
auto *editor_layout = new QVBoxLayout();
|
||||
QVBoxLayout *editor_layout = new QVBoxLayout();
|
||||
setLayout(editor_layout);
|
||||
|
||||
m_names_list = new NamesListWidget();
|
||||
@@ -109,7 +109,7 @@ void ElementsCategoryEditor::setUpWidget()
|
||||
m_buttons = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
||||
connect(m_buttons, SIGNAL(rejected()), this, SLOT(reject()));
|
||||
|
||||
auto *internal_name_layout = new QHBoxLayout();
|
||||
QHBoxLayout *internal_name_layout = new QHBoxLayout();
|
||||
internal_name_layout -> addWidget(m_file_name);
|
||||
internal_name_layout -> addWidget(m_file_line_edit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user