Commit da3a109b authored by captainwong's avatar captainwong

update

parent b048aec5
...@@ -8,6 +8,7 @@ using namespace jlib::qt; ...@@ -8,6 +8,7 @@ using namespace jlib::qt;
CheckBtn::CheckBtn(QWidget *parent, int tag) CheckBtn::CheckBtn(QWidget *parent, int tag)
: QLabel(parent) : QLabel(parent)
, tag_(tag) , tag_(tag)
, font_sz_(12)
{ {
setAlignment(Qt::AlignLeft | Qt::AlignVCenter); setAlignment(Qt::AlignLeft | Qt::AlignVCenter);
} }
......
#pragma once #pragma once
#include <vector> #include <vector>
#include <string>
#include <algorithm> #include <algorithm>
#include <iterator> #include <iterator>
......
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
#define PCH_H #define PCH_H
// add headers that you want to pre-compile here // add headers that you want to pre-compile here
#include "framework.h" //#include "framework.h"
#endif //PCH_H #endif //PCH_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment