//delete.h #ifndef DELEGATE_H #define DELEGATE_H #include #include #include #include #include #include class Delegate : public QItemDelegate { Q_OBJECT public: explicit Delegate(QObject *pa... Read More
posted @ 2016-12-19 17:10 mCat Views(742) Comments(0) Diggs(0)
#include "dialog.h" #include "ui_dialog.h" Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog) { ui->setupUi(this); QString sPath = "E:/"; dirmodel = new QFi... Read More
posted @ 2016-12-19 15:33 mCat Views(415) Comments(0) Diggs(0)
#include "dialog.h" #include "ui_dialog.h" #include Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog) { ui->setupUi(this); model = new QDirModel(this); mod... Read More
posted @ 2016-12-19 15:11 mCat Views(351) Comments(0) Diggs(0)
#include "dialog.h" #include "ui_dialog.h" #include Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog) { ui->setupUi(this); model = new QStringListModel(this); ... Read More
posted @ 2016-12-19 11:16 mCat Views(174) Comments(0) Diggs(0)
qSort() qCopy() qFill() qFind() Read More
posted @ 2016-12-19 10:59 mCat Views(416) Comments(0) Diggs(0)