summaryrefslogtreecommitdiffstats
path: root/src/fbsplash.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-06-16 18:51:26 +0200
committerJonathan Bauer2011-06-16 18:51:26 +0200
commit0265dd84fe32abed0186c63b46ad53157f57fe25 (patch)
tree99f4f580e43046d49c1350fdd72822142036a030 /src/fbsplash.h
parentblack background... (diff)
downloadfbsplash-0265dd84fe32abed0186c63b46ad53157f57fe25.tar.gz
fbsplash-0265dd84fe32abed0186c63b46ad53157f57fe25.tar.xz
fbsplash-0265dd84fe32abed0186c63b46ad53157f57fe25.zip
testing positions and sizes of floating widgets to find the better layout alternative...
Diffstat (limited to 'src/fbsplash.h')
-rw-r--r--src/fbsplash.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/fbsplash.h b/src/fbsplash.h
index c0a1990..31bf591 100644
--- a/src/fbsplash.h
+++ b/src/fbsplash.h
@@ -25,10 +25,15 @@ public:
private:
void setupTheme();
// ** TESTING STUFF **
- void createQuitAction();
+ void printSize();
+ void createActions();
QAction* _quit;
- // ** TESTING STUFF **
+ QAction* _printSize;
+ QLabel* _label;
+ // ** TESTING STUFF **
+private slots:
+ void printSizeAction();
};
#endif // FBSPLASH_H