forked from qt-creator/qt-creator
		
	Rework the project settings.
This has still a few missing things, but this enough to start getting some feedback. Missing are non qt projects, a solution for the runconfiguration, a missing black line between the treeview on top and the project settings at the bottom. Some flickering with removing/adding widgets to the QScrollArea and not showing the expanded widget if the Details button is right at the bottom.
This commit is contained in:
		@@ -193,6 +193,12 @@ void GenericMakeStepConfigWidget::init(const QString &buildConfiguration)
 | 
			
		||||
    connect(m_ui->targetsList, SIGNAL(itemChanged(QListWidgetItem*)), this, SLOT(itemChanged(QListWidgetItem*)));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QString GenericMakeStepConfigWidget::summaryText() const
 | 
			
		||||
{
 | 
			
		||||
    // TODO
 | 
			
		||||
    return tr("<b>Make:</b>");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void GenericMakeStepConfigWidget::itemChanged(QListWidgetItem *item)
 | 
			
		||||
{
 | 
			
		||||
    QTC_ASSERT(!m_buildConfiguration.isNull(), return);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user