7 #include <ff7tkwidgets_export.h>
29 explicit ChocoboLabel(
const QString &titleText =
nullptr,
bool occupied =
false, QWidget *parent =
nullptr);
38 void setSelected(
bool selected);
39 void setType(
int type);
40 void setName(QString decodedName);
41 void setRank(
int wins);
42 void setSex(
bool Male);
44 void setOccupied(
bool occupied);
45 void setTitle(QString title);
46 void setFontSize(
int fontSize);
47 void clearLabel(
void);
48 bool isOccupied(
void);
50 bool event(QEvent *ev);
51 void changeEvent(QEvent *e);
52 void paintEvent(QPaintEvent *);
54 void enable(
bool enabled);
55 QPushButton *btnCopy =
nullptr;
56 QPushButton *btnPaste =
nullptr;
57 QPushButton *btnRemove =
nullptr;
58 QCheckBox *chkOccupied =
nullptr;
59 QLabel *lblType =
nullptr;
60 QLabel *lblName =
nullptr;
61 QLabel *lblRank =
nullptr;
62 QLabel *lblSex =
nullptr;
63 QFrame *innerFrame =
nullptr;
64 QFrame *outerFrame =
nullptr;
69 inline static const auto _style = QStringLiteral(
"QPushButton:enabled{background-color:rgba(0,0,0,0);border:0px solid;} QWidget[HoverStyled=\"true\"]:enabled:hover{background-color: palette(highlight)}");
A Label to display a single chocobo's brief data.
Definition: ChocoboLabel.h:19
void remove()
Emit Signal: the remove button pressed.
void occupiedToggled(bool occupied)
the occupied checkbox has been toggled
void clicked()
Emit Signal: the widget has been clicked.
void paste()
Emit Signal: the paste button pressed.
void copy()
Emit Signal: the copy button pressed.