basic table skinning works. pics are changeable. colors will follow

This commit is contained in:
doitux
2009-03-31 20:31:28 +00:00
parent 98efc0745e
commit 6d973aa178
20 changed files with 444 additions and 303 deletions
+3 -1
View File
@@ -38,10 +38,12 @@ public:
QString getStyleDescription() const { return StyleDescription; }
QString getCurrentFileName() const { return currentFileName; }
QString getCurrentDir() const { return currentDir; }
QString getPreview();
QString getPreview() const { return Preview; }
bool getFallBack() const { return fallBack; }
private:
QString StyleDescription;