#include <QAction>#include <QApplication>#include <QHBoxLayout>#include <QLabel>#include <QScreen>#include <QStyle>#include <QToolBar>#include <QMenuBar>#include <QWindow>#include "gui-preferences-dw.h"#include "gui-preferences-global.h"#include "gui-preferences-mw.h"#include "gui-preferences-sc.h"#include "gui-settings.h"#include "gui-utils.h"#include "main-window.h"#include "octave-dock-widget.h"#include "octave-qobject.h"
Go to the source code of this file.
Functions | |
| static QString | qdockwidget_css (const QString &close_icon, const QString &close_tooltip, const QString &float_icon, const QString &float_tooltip, int icon_size, const QString &titlebar_foreground, const QString &titlebar_background) |
|
static |
Definition at line 140 of file octave-dock-widget.cc.
Referenced by octave_dock_widget::octave_dock_widget(), and octave_dock_widget::set_style().