5#include <score_lib_process_export.h>
22 using QTabBar::QTabBar;
24 bool flat()
const noexcept {
return m_flat; }
25 void setFlat(
bool flat);
28 void paintEvent(QPaintEvent* ev)
override;
29 QSize tabSizeHint(
int index)
const override;
42 ScriptTabBar& scriptTabBar()
const noexcept {
return *m_bar; }
Tab bar of the script editors.
Definition ScriptTabBar.hpp:19
Base classes and tools to implement processes and layers.
Definition JSONVisitor.hpp:1115