Adds activeTabChanged() signal to let API users know about this state

change. It might be use to re-polish style sheets.
This commit is contained in:
mfreiholz
2016-02-26 09:07:19 +01:00
parent 014fb04daf
commit 74f6ba333f
9 changed files with 65 additions and 31 deletions

View File

@@ -12,8 +12,8 @@ int main(int argc, char *argv[])
//Q_INIT_RESOURCE(ads);
// Load style sheet
QFile f(":/stylesheets/default-windows.css");
// QFile f(":/stylesheets/vendor-partsolutions.css");
// QFile f(":/stylesheets/default-windows.css");
QFile f(":/stylesheets/vendor-partsolutions.css");
if (f.open(QFile::ReadOnly))
{
QByteArray ba = f.readAll();