![]() |
Blamite Game Engine - Keystone
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
A style editing window. More...
#include <qt_style_editor.h>
Public Member Functions | |
qt_style_editor (QWidget *parent=Q_NULLPTR) | |
~qt_style_editor () | |
void | SetStylesheetContents (QString stylesheet) |
Sets the current stylesheet contents. More... | |
A style editing window.
This is used to test and create stylesheets in real-time.
Ensure clipboard contents are kept after application exit.
Maybe make stylesheet text field easier to look at.
Implement save functionality.
qt_style_editor::qt_style_editor | ( | QWidget * | parent = Q_NULLPTR | ) |
qt_style_editor::~qt_style_editor | ( | ) |
void qt_style_editor::SetStylesheetContents | ( | QString | stylesheet | ) |
Sets the current stylesheet contents.
Used to edit the currently active theme.
stylesheet | - The stylesheet text to use. |