timetableshowconflictstimeform.cpp
来自「基于遗传算法的排课软件源码 根据需要安排合理的课程时间等」· C++ 代码 · 共 34 行
CPP
34 行
////// C++ Implementation: $MODULE$//// Description: ////// Author: Lalescu Liviu <liviu@lalescu.ro>, (C) 2003//// Copyright: See COPYING file that comes with this distribution////#include "timetableshowconflictstimeform.h"#include "genetictimetable.h"#include <qtextedit.h>#include <qstring.h>extern GeneticTimetable gt;extern QString timeConflictsString;TimetableShowConflictsTimeForm::TimetableShowConflictsTimeForm() : TimetableShowConflictsTimeForm_template(){ conflictsTextEdit->setText(timeConflictsString);}TimetableShowConflictsTimeForm::~TimetableShowConflictsTimeForm(){}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?