Commit da3a109b authored by captainwong's avatar captainwong

update

parent b048aec5
......@@ -8,6 +8,7 @@ using namespace jlib::qt;
CheckBtn::CheckBtn(QWidget *parent, int tag)
: QLabel(parent)
, tag_(tag)
, font_sz_(12)
{
setAlignment(Qt::AlignLeft | Qt::AlignVCenter);
}
......
#pragma once
#include <vector>
#include <string>
#include <algorithm>
#include <iterator>
......
......@@ -8,6 +8,6 @@
#define PCH_H
// add headers that you want to pre-compile here
#include "framework.h"
//#include "framework.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