From 0265dd84fe32abed0186c63b46ad53157f57fe25 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 16 Jun 2011 18:51:26 +0200 Subject: testing positions and sizes of floating widgets to find the better layout alternative... --- src/fbsplash.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/fbsplash.h') 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 -- cgit v1.2.3-55-g7522