91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

這是一個在linux下用qt desinger簡易制作的學生成績管理系統,只是對學生的成績進行管理,沒有對學生的基本的信息的管理:如學生的添加,刪除,修改等。教師的登錄名為1000 密碼為111 學生的登錄名為1000 密碼為123 ,如果要對學生添加,刪除和修改,就直接打開student.txt文件編輯就可以了。

資源截圖

代碼片段和文件信息

/****************************************************************************
**?Form?implementation?generated?from?reading?ui?file?‘denglu.ui‘
**
**?Created?by:?The?User?Interface?Compiler?($Id:?qt/main.cpp???3.3.6???edited?Aug?31?2005?$)
**
**?WARNING!?All?changes?made?in?this?file?will?be?lost!
****************************************************************************/

#include?“denglu.h“

#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?

/*
?*??Constructs?a?form1?as?a?child?of?‘parent‘?with?the
?*??name?‘name‘?and?widget?flags?set?to?‘f‘.
?*
?*??The?dialog?will?by?default?be?modeless?unless?you?set?‘modal‘?to
?*??TRUE?to?construct?a?modal?dialog.
?*/
QString?stnumber;
QString?stname;
QString?stcode;

?
int?flagstutea;
form1::form1(?QWidget*?parent?const?char*?name?bool?modal?WFlags?fl?)
????:?QDialog(?parent?name?modal?fl?)
{
????if?(?!name?)
setName(?“form1“?);

????textLabel1?=?new?QLabel(?this?“textLabel1“?);
????textLabel1->setGeometry(?QRect(?80?60?50?21?)?);

????textLabel3?=?new?QLabel(?this?“textLabel3“?);
????textLabel3->setGeometry(?QRect(?80?100?50?21?)?);

????lineEdit1?=?new?QLineEdit(?this?“lineEdit1“?);
????lineEdit1->setGeometry(?QRect(?140?60?138?22?)?);

????lineEdit2?=?new?QLineEdit(?this?“lineEdit2“?);
????lineEdit2->setGeometry(?QRect(?140?100?138?22?)?);
????lineEdit2->setEchoMode(?QLineEdit::Password?);

????pushButton1?=?new?QPushButton(?this?“pushButton1“?);
????pushButton1->setGeometry(?QRect(?120?150?96?30?)?);

????pushButton2?=?new?QPushButton(?this?“pushButton2“?);
????pushButton2->setGeometry(?QRect(?240?150?96?30?)?);

????pushButton3?=?new?QPushButton(?this?“pushButton3“?);
????pushButton3->setGeometry(?QRect(?240?200?96?30?)?);
????languageChange();
????resize(?QSize(383?263).expandedTo(minimumSizeHint())?);
????clearWState(?WState_Polished?);

????//?signals?and?slots?connections
????connect(?pushButton3?SIGNAL(?clicked()?)?this?SLOT(?close()?)?);
????connect(?pushButton1?SIGNAL(?clicked()?)?this?SLOT(?putton1thing()?)?);
????connect(?pushButton2?SIGNAL(?clicked()?)?this?SLOT(?putton2thing()?)?);
}

/*
?*??Destroys?the?object?and?frees?any?allocated?resources
?*/
form1::~form1()
{
????//?no?need?to?delete?child?widgets?Qt?does?it?all?for?us
}

/*
?*??Sets?the?strings?of?the?subwidgets?using?the?current
?*??language.
?*/
void?form1::languageChange()
{
????setCaption(?tr(?“student?score?manage?system(landing)“?)?);
????textLabel1->setText(?tr(?“name:

“?)?);
????textLabel3->setText(?tr(?“code:

“?)?);
????lineEdit1->setText(?QString::null?);
????pushButton1->setText(?tr(?“student?door“?)?);
????pushButton2->setText(?tr(?“teacher?door“?)?);
????pushButton3->setText(?tr(?“exit“?)?);
}
void?form

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????????52??2013-02-24?15:06??stsystem\course.txt

?????文件???????6568??2013-02-24?15:06??stsystem\denglu.cpp

?????文件???????1421??2013-02-24?15:06??stsystem\denglu.h

?????文件??????13530??2013-02-24?15:06??stsystem\form3.cpp

?????文件???????1553??2013-02-24?15:06??stsystem\form3.h

?????文件??????21435??2013-02-24?15:06??stsystem\form4.cpp

?????文件??????21435??2013-02-24?15:06??stsystem\form4.cpp~

?????文件???????2399??2013-02-24?15:06??stsystem\form4.h

?????文件????????239??2013-02-24?15:06??stsystem\main.cpp

?????文件???????4955??2013-02-24?15:06??stsystem\makefile

?????文件???????6801??2013-02-24?15:06??stsystem\mimaxiugai.cpp

?????文件???????1317??2013-02-24?15:06??stsystem\mimaxiugai.h

?????文件?????956015??2013-02-24?15:06??stsystem\stsystem

?????文件????????264??2013-02-24?15:06??stsystem\stsystem.pro

?????文件?????????45??2013-02-24?15:06??stsystem\student.txt

?????文件???????1556??2013-02-24?15:06??stsystem\studentinfor.txt

?????文件?????????29??2013-02-24?15:06??stsystem\teacher.txt

?????文件?????????27??2013-02-24?15:06??stsystem\term.txt

?????目錄??????????0??2013-02-24?15:06??stsystem

-----------?---------??----------?-----??----

??????????????1039641????????????????????19


評論

共有 條評論