comparison Applications/Qt/QStoneMainWindow.h @ 385:6cc3ce74dc05

using message broker in widgets
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 Nov 2018 20:49:41 +0100
parents 87376a645ee1
children b70e9be013e4
comparison
equal deleted inserted replaced
384:d20d75f20c5d 385:6cc3ce74dc05
34 OrthancStone::NativeStoneApplicationContext& context_; 34 OrthancStone::NativeStoneApplicationContext& context_;
35 QCairoWidget *cairoCentralWidget_; 35 QCairoWidget *cairoCentralWidget_;
36 36
37 protected: // you must inherit this class 37 protected: // you must inherit this class
38 QStoneMainWindow(NativeStoneApplicationContext& context, QWidget *parent = 0); 38 QStoneMainWindow(NativeStoneApplicationContext& context, QWidget *parent = 0);
39 void SetCentralStoneWidget(QCairoWidget* centralWidget); 39 void SetCentralStoneWidget(QCairoWidget& centralWidget);
40
40 public: 41 public:
41 virtual ~QStoneMainWindow(); 42 virtual ~QStoneMainWindow();
42
43 }; 43 };
44 44
45 } 45 }