version 2.32.0
work with icons - remove unused, organize and update to last oxygen add BusyIcon widget
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "qad_widgets.h"
|
||||
|
||||
#include "busy_iconplugin.h"
|
||||
#include "circleindicatorplugin.h"
|
||||
#include "clineeditplugin.h"
|
||||
#include "colorbuttonplugin.h"
|
||||
@@ -42,7 +43,9 @@ QADWidgets::QADWidgets(QObject * parent): QObject(parent) {
|
||||
<< new ScrollSpinBoxPlugin(this)
|
||||
<< new RangeSliderPlugin(this)
|
||||
<< new StateIconPlugin(this)
|
||||
<< new CircleIndicatorPlugin(this);
|
||||
<< new CircleIndicatorPlugin(this)
|
||||
<< new BusyIconPlugin(this)
|
||||
;
|
||||
// clang-format on
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user