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

資源簡介

基于Qt5.4.1的酒店管理系統,包含預訂、入住登記、退房結算、系統管理等一系列功能。

資源截圖

代碼片段和文件信息

#include?“data.h“

//**********************************************************

//追加消費頁面

//**********************************************************
//確認追加消費
void?MainWidget::on_addPrice_clicked()
{
????addPrice();
}

//追加消費重置按鈕
void?MainWidget::on_clearAdd_clicked()
{
????clearPrice();
}

//追加消費
void?MainWidget::addPrice()
{
????QString?room????=?ui->room->text();
????double??goods???=?ui->goods->text().toDouble();
????double??damages?=?ui->damages->text().toDouble();
????double?phones??=?ui->phones->text().toDouble();

????if(room?==?NULL)
????{
????????QMessageBox::warning(this“Warnning““Can‘t?be?empty“QMessageBox::Yes);
????}
????else?if(judgeRoomNumber(room)?==?false)
????{
????????QMessageBox::warning(this“Warnning““RoomNumber?is?illegal“QMes

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????154168??2015-06-09?16:05??HotelSystem\1.png
?????文件????????3387??2015-06-12?00:37??HotelSystem\addConsume.cpp
?????文件????????2239??2015-06-12?00:33??HotelSystem\backups.cpp
?????文件????????4960??2015-06-11?23:32??HotelSystem\changeRoom.cpp
?????文件????????6466??2015-06-12?00:37??HotelSystem\checkIn.cpp
?????文件????????5646??2015-06-12?00:38??HotelSystem\checkOut.cpp
?????文件?????????595??2015-06-11?21:39??HotelSystem\choicePage.cpp
?????文件????????1663??2015-06-11?22:59??HotelSystem\data.h
?????文件????????4584??2015-06-11?21:42??HotelSystem\functions.cpp
?????文件?????????716??2015-06-12?08:35??HotelSystem\HotelSystem.pro
?????文件???????18598??2015-06-12?09:11??HotelSystem\HotelSystem.pro.user
?????文件?????????332??2015-06-10?23:22??HotelSystem\image.qrc
?????文件????????1768??2015-06-12?09:09??HotelSystem\leavingGuests.cpp
?????文件????????1303??2015-06-11?21:39??HotelSystem\login.cpp
?????文件???????15470??2015-06-09?17:57??HotelSystem\LOGO.png
?????文件?????????186??2015-06-11?21:40??HotelSystem\main.cpp
?????文件?????????368??2015-06-12?08:13??HotelSystem\main1.cpp
?????文件????????4781??2015-06-12?08:32??HotelSystem\mainwidget.cpp
?????文件????????3449??2015-06-12?09:06??HotelSystem\mainwidget.h
?????文件??????137984??2015-06-12?08:59??HotelSystem\mainwidget.ui
?????文件????????1349??2015-06-12?08:13??HotelSystem\mainwindow.cpp
?????文件????????8121??2015-06-12?00:22??HotelSystem\order.cpp
?????文件????????3701??2015-06-11?21:40??HotelSystem\query.cpp
?????文件????????1747??2015-06-11?21:42??HotelSystem\roomSetting.cpp
?????文件????????2627??2015-06-11?21:40??HotelSystem\systemSetting.cpp
?????文件?????????423??2015-06-12?09:09??HotelSystem\time.cpp
?????文件????????3831??2015-06-10?22:27??HotelSystem\白色背景.png
?????文件????????3836??2015-06-10?21:48??HotelSystem\純色背景.png
?????文件???????60158??2015-06-09?16:44??HotelSystem\登陸.png
?????文件??????381073??2014-06-25?03:31??HotelSystem\功能選擇.jpg
?????文件???????35528??2014-06-25?03:39??HotelSystem\功能選擇背景.jpg
............此處省略1個文件信息

評論

共有 條評論