ui: revised project setup descriptions

* revised texts in project setup ui
* fixed crash during project setup when CDB file is empty
* fixed row height of project location in CDB project setup
This commit is contained in:
malte_langkabel
2016-08-30 16:52:28 +02:00
parent ebdc2d3382
commit ad719aeaa8
7 changed files with 54 additions and 32 deletions
@@ -63,13 +63,17 @@ void QtProjectWizzardContentSelect::populate(QGridLayout* layout, int& row)
m_buttons->setExclusive(true);
m_window->setNextEnabled(false);
m_title->setText("Project Types - " + m_languages->checkedButton()->text());
m_title->setText(
"Project Types - " + m_languages->checkedButton()->text()
+ (m_languages->checkedButton()->text() == "Java" ? " (beta)" : "")
);
m_description->setText("");
}
);
QVBoxLayout* vlayout = new QVBoxLayout();
vlayout->setContentsMargins(0, 30, 0, 0);
vlayout->setSpacing(10);
vlayout->addWidget(d);
vlayout->addWidget(e);