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
MenuBar
Definition: menubar.h:14
MenuBar::_font
QFont _font
Definition: menubar.h:21
MenuBar::_width_plot
int _width_plot
Definition: menubar.h:22
MenuBar::_width_juggler
int _width_juggler
Definition: menubar.h:23
MenuBar::MenuBar
MenuBar(QWidget *parent)
Definition: menubar.cpp:14


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:23