Am Mittwoch, 8. Februar 2012, 13:36:36 schrieb ext Konstantin Tokarev: > Hi Qt Creator developers, > > I wanted to add support for RunConfigurations into my build system plugin, > and found that there are 2 classes in Qt Creator constructing the same GUI > with slightly different code: Qt4RunConfigurationWidget and > CustomExecutableConfigurationWidget. Unfortunately both classes are not > exported, so I cannot re-use one of them. > > I think the correct way to solve this problem is to move shared code into > RunConfigWidget in ProjectExplorer plugin, and than inherit > Qt4RunConfigurationWidget and CustomExecutableConfigurationWidget from it > instead of QWidget. Is it OK with you? Does anyone work on this already?
There isn't much shared between them both. You can try, if you want, but I don't think there's much point in doing that. daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
