menubar.h
Go to the documentation of this file.
1 /*
2  * This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this
4  * file, You can obtain one at https://mozilla.org/MPL/2.0/.
5  */
6 
7 #ifndef MENUBAR_H
8 #define MENUBAR_H
9 
10 #include <QMenuBar>
11 #include <QPaintEvent>
12 #include <QPainter>
13 
14 class MenuBar : public QMenuBar
15 {
16 public:
17  MenuBar(QWidget* parent);
18  // void paintEvent(QPaintEvent* event);
19 
20 private:
21  QFont _font;
24 };
25 
26 #endif // MENUBAR_H
int _width_juggler
Definition: menubar.h:23
int _width_plot
Definition: menubar.h:22
QFont _font
Definition: menubar.h:21
MenuBar(QWidget *parent)
Definition: menubar.cpp:14


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:38