1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ChenYLhuman-gamePlanTool

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
MyTreeWidgetItemData.cpp 668
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
箜栢 Отправлено 02.03.2020 04:14 ef29c3d
#include "MyTreeWidgetItemData.h"
#include <qdebug.h>
MyTreeWidgetItemData::MyTreeWidgetItemData(QTreeWidget* treeview, const QStringList& strings, QString fullPath, int type) : QTreeWidgetItem(treeview, strings, type) {
this->fullPath = fullPath;
}
MyTreeWidgetItemData::MyTreeWidgetItemData(QTreeWidgetItem* parent, const QStringList& strings, QString fullPath, int type): QTreeWidgetItem(parent, strings, type) {
this->fullPath = fullPath;
}
MyTreeWidgetItemData::MyTreeWidgetItemData(const QStringList& strings, QString fullPath, int type) : QTreeWidgetItem(strings, type) {
this->fullPath = fullPath;
}
MyTreeWidgetItemData::~MyTreeWidgetItemData( ) {}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ChenYLhuman-gamePlanTool.git
git@api.gitlife.ru:oschina-mirror/ChenYLhuman-gamePlanTool.git
oschina-mirror
ChenYLhuman-gamePlanTool
ChenYLhuman-gamePlanTool
master