Preview error handle

This commit is contained in:
Krad
2022-06-02 14:01:16 +08:00
parent b34a2d965c
commit 53c92055a6
4 changed files with 16 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QDate>
DateSlidePickerBox::DateSlidePickerBox(QWidget *parent) {
DateSlidePickerBox::DateSlidePickerBox(QWidget *parent):QWidget(parent) {
layout = new QHBoxLayout(this);
myear = new SlidePickerBox(this);
QStringList centry;