ui: Extended project setup to support creation and editing of Source Groups (issue #230)
* Turned QtProjectWizzard into window for Source Group ui * Clicking into FilePicker when empty will open dialog right away * Fixed environment variable use throughout all Source Group path values * Moved Preferences to QtPreferencesWindow bug id = 230 fortune cookie message = Zwischen dir und deinen Freunden besteht echte Freundschaft.
This commit is contained in:
@@ -186,6 +186,14 @@ void QtWindow::updateNextButton(QString text)
|
||||
}
|
||||
}
|
||||
|
||||
void QtWindow::updatePreviousButton(QString text)
|
||||
{
|
||||
if (m_previousButton)
|
||||
{
|
||||
m_previousButton->setText(text);
|
||||
}
|
||||
}
|
||||
|
||||
void QtWindow::updateCloseButton(QString text)
|
||||
{
|
||||
if (m_closeButton)
|
||||
|
||||
Reference in New Issue
Block a user