⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 choose.cpp.bak

📁 学生管理系统 使用Qt写的界面 交互性好
💻 BAK
字号:
#include "StdAfx.h"

#include "Choose.h"



Choose::Choose(string ch, string s, string c)

{

	this->ChID = ch;

	this->SID = s;

	this->CID = c;

}



void Choose::setCID(string c)

{

	this->CID = c;

}



void Choose::setChID(string ch)

{

	this->ChID = ch;

}



void Choose::setSID(string s)

{

	this->SID = s;

}



string Choose::getCID() const

{

	return this->CID;

}



string Choose::getChID() const

{

	return this->ChID;

}



string Choose::getSID() const

{

	return this->SID;

}



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -