清除测试代码
This commit is contained in:
parent
ffd5932c72
commit
2f06dbc3e5
Binary file not shown.
@ -50,73 +50,11 @@ int main(int argc, char *argv[])
|
||||
// FramelessWindow *window = new FramelessWindow(mainw);
|
||||
//window->resize(300, 400);
|
||||
// window->showMaximized();
|
||||
mainw->showMaximized();
|
||||
mainw->showMaximized();
|
||||
QFont globalFont;
|
||||
globalFont.setFamily("黑体");
|
||||
QApplication::setFont(globalFont);
|
||||
|
||||
DataManager::instance();
|
||||
|
||||
LeadScheme lead;
|
||||
lead.show();
|
||||
|
||||
|
||||
QWidget * w = new QWidget;
|
||||
|
||||
QList<QColor> colors;
|
||||
colors.append(QColor(100, 184, 255));
|
||||
colors.append(QColor(255, 107, 107));
|
||||
colors.append(QColor(24, 189, 155));
|
||||
colors.append(QColor(1, 174, 103));
|
||||
colors.append(QColor(52, 73, 94));
|
||||
|
||||
int x = 5;
|
||||
int y = 5;
|
||||
int radius = 50;
|
||||
|
||||
for (int i = 0; i < 5; i++) {
|
||||
MoveButton *btn = new MoveButton(w);
|
||||
|
||||
btn->setGeometry(x, y, radius, radius);
|
||||
x = x + radius;
|
||||
btn->setText(QString("0%10").arg(i + 1));
|
||||
btn->setCanMove(true);
|
||||
btn->setShowOverlay(false);
|
||||
btn->setBgColor(colors.at(i));
|
||||
//btns.append(btn);
|
||||
}
|
||||
w->show();
|
||||
#if 0
|
||||
MedicalRecordManager me;
|
||||
me.show();
|
||||
|
||||
ParameterSettingsWidget mekl;
|
||||
mekl.show();
|
||||
|
||||
|
||||
HospitalInfo ho;
|
||||
ho.show();
|
||||
|
||||
|
||||
CurChatWidget w;
|
||||
w.show();
|
||||
RegWidget re;
|
||||
re.show();
|
||||
|
||||
DevConWidget de;
|
||||
de.show();
|
||||
|
||||
|
||||
|
||||
LoginWidget log;
|
||||
log.show();
|
||||
|
||||
|
||||
MedicalRecordWidget mew;
|
||||
mew.show();
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
QString qss1=R"(
|
||||
QLineEdit{
|
||||
|
Loading…
x
Reference in New Issue
Block a user