Use the theme background color for panel line edits

Previously, the image used as background forced it to be white, which
made the text impossible to read when the palette foreground color
happened to be white as well.

Task-number: 258167
This commit is contained in:
Thorbjørn Lindeijer
2009-08-31 15:02:16 +02:00
parent dea7e36a13
commit 57bebee640
4 changed files with 6 additions and 5 deletions

View File

@@ -923,11 +923,6 @@ QList<BuildConfigWidget*> Qt4Project::subConfigWidgets()
return subWidgets;
}
/// **************************
/// Qt4ProjectBuildConfigWidget
/// **************************
void Qt4Project::collectApplicationProFiles(QList<Qt4ProFileNode *> &list, Qt4ProFileNode *node)
{
if (node->projectType() == Internal::ApplicationTemplate