Skip to content

Class GeneralConf#

ClassList > GeneralConf

Inherits the following classes: QWidget

Public Types#

Type Name
enum xywh_position

Public Functions#

Type Name
GeneralConf (QWidget * parent=nullptr)

Public Types Documentation#

enum xywh_position#

enum GeneralConf::xywh_position {
    xywh_none = 0,
    xywh_top_left = 1,
    xywh_bottom_left = 2,
    xywh_top_right = 3,
    xywh_bottom_right = 4,
    xywh_center = 5
};

Public Functions Documentation#

function GeneralConf#

explicit GeneralConf::GeneralConf (
    QWidget * parent=nullptr
)