Vuo  2.0.2
VuoDialogWithoutTitlebar.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
16 class VuoDialogWithoutTitlebar : public QDialog
17 {
18  Q_OBJECT
19 public:
20  explicit VuoDialogWithoutTitlebar(QWidget *parent = 0);
21  void showEvent(QShowEvent *event);
22 };