diff --git a/NameCreater/customlogo.cpp b/NameCreater/customlogo.cpp index 18ddcaa..d51e3cd 100644 --- a/NameCreater/customlogo.cpp +++ b/NameCreater/customlogo.cpp @@ -84,6 +84,8 @@ CustomLogo::CustomLogo(QFont* font, QDialog* parent) : ui->color_label->setFont(_f); ui->color_btn->setFont(_f); ui->double_checkbox->setFont(_f); + ui->hor_label->setFont(_f); + ui->vel_label->setFont(_f); @@ -399,6 +401,7 @@ void CustomLogo::onSliderValueChanged(int value) void CustomLogo::onCheckboxClicked(bool click) { + (void)click; foreach(QGraphicsItem * item, demo_scene.items()) { QVariant v = item->data(KEY_DEMO_BG_ITEM); if (v.toInt() == KEY_DEMO_BG_ITEM) { diff --git a/NameCreater/customlogo.ui b/NameCreater/customlogo.ui index 5ab6714..5cc6a16 100644 --- a/NameCreater/customlogo.ui +++ b/NameCreater/customlogo.ui @@ -120,7 +120,7 @@ - + 水平 @@ -156,7 +156,7 @@ - + 垂直