這篇文章主要講解了“Qt怎么編寫氣體安全管理系統(tǒng)”,文中的講解內(nèi)容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“Qt怎么編寫氣體安全管理系統(tǒng)”吧!
我們提供的服務有:網(wǎng)站設計、成都做網(wǎng)站、微信公眾號開發(fā)、網(wǎng)站優(yōu)化、網(wǎng)站認證、福安ssl等。為上千家企事業(yè)單位解決了網(wǎng)站和推廣的問題。提供周到的售前咨詢和貼心的售后服務,是有科學管理、有技術的福安網(wǎng)站制作公司
在各種軟件系統(tǒng)中,數(shù)據(jù)打印也是常用的功能之一,一般來說會對查詢的數(shù)據(jù)結(jié)果導出到excel,還會對查詢的數(shù)據(jù)結(jié)果直接打印,在Qt中提供了打印機類QPrinter,在printsupport組件中,可以將文本內(nèi)容傳入QTextDocument,然后調(diào)用QTextDocument的print方法來打印數(shù)據(jù),QTextDocument支持html格式的文本,這樣拓展性就很大了,我們所知道的表格邊框顏色等,都是可以用html的語法來表示,不過貌似支持的html內(nèi)容不是很多,只是部分,樣式也是支持部分,但是也已經(jīng)夠用,常用的表格、邊框、顏色、邊距、字體等,都具備,那就ok了。
在上一篇文章中導出數(shù)據(jù)使用的xml格式的數(shù)據(jù),而導出pdf使用的就是打印類中的打印到pdf文件,用的就是html格式的數(shù)據(jù),同理,打印數(shù)據(jù)也是用這種格式,和導出到pdf唯一的區(qū)別就是導出到pdf設置輸出格式為PDF,printer.setOutputFormat(QPrinter::PdfFormat); 然后設置輸出文件保存位置printer.setOutputFileName(fileName);其實組織的內(nèi)容是完全一樣的,據(jù)說新版的qt打算封裝一個獨立的QtPdf模塊,不知道下一個版本會不會放出來,這樣就可以跨平臺的操作編輯pdf文件了。
采集數(shù)據(jù)端口,支持串口端口+網(wǎng)絡端口,串口支持自由設置串口號+波特率,網(wǎng)絡支持自由設置IP地址+通訊端口,每個端口支持采集周期,默認1秒鐘一個地址,支持設置通訊超時次數(shù),默認3次,支持最大重連時間,用于重新讀取離線的設備。
控制器信息,能夠添加控制器名稱,選擇控制器地址+控制器型號,設置該控制器下面的探測器數(shù)量。
探測器信息,能夠添加位號,可自由選擇探測器型號,氣體種類,氣體符號,高報值,低報值,緩沖值,清零值,是否啟用,報警聲音,背景地圖,存儲周期,數(shù)值換算小數(shù)點位數(shù),報警延時時間,報警的類型(HH,LL,HL)等。
控制器型號+探測器型號+氣體種類+氣體符號,均可自由配置。
地圖支持導入和刪除,所有的探測器對應地圖位置可自由拖動保存。
端口信息+控制器信息+探測器信息,支持導入導出+導出到excel+打印。
運行記錄+報警記錄+用戶記錄,支持多條件組合查詢,比如時間段+控制器+探測器等,所有記錄支持導出到excel+打印。
導出到excel的記錄支持所有excel+wps等表格文件版本,不依賴excel等軟件。
可刪除指定時間范圍內(nèi)的數(shù)據(jù),支持自動清理早期數(shù)據(jù),設置最大保存記錄數(shù)。
支持報警短信轉(zhuǎn)發(fā),支持多個接收手機號碼,可設定發(fā)送間隔,比如即時發(fā)送或者6個小時發(fā)送一次所有的報警信息,短信內(nèi)容過長,自動拆分多條短信。
支持報警郵件轉(zhuǎn)發(fā),支持多個接收郵箱,可設定發(fā)送間隔,比如即時發(fā)送或者6個小時發(fā)送一次所有的報警信息,支持附件發(fā)送。
高報顏色+低報顏色+正常顏色+0值顏色+曲線背景+曲線顏色等,都可以自由選擇。
軟件的中文標題+英文標題+logo路徑+版權所有都可以自由設置。
提供開關設置開機運行+報警聲音+自動登錄+記住密碼等。
報警聲音可設置播放次數(shù),界面提供17種皮膚文件選擇。
支持云端數(shù)據(jù)同步,可設置云端數(shù)據(jù)庫的信息,比如數(shù)據(jù)庫名稱,用戶名+密碼等。
支持網(wǎng)絡轉(zhuǎn)發(fā)和網(wǎng)絡接收,網(wǎng)絡接收開啟后,軟件從udp接收數(shù)據(jù)進行解析。網(wǎng)絡轉(zhuǎn)發(fā)支持多個目標IP,這樣就實現(xiàn)了本地采集的軟件,自由將數(shù)據(jù)轉(zhuǎn)到客戶端,隨時查看探測器數(shù)據(jù)。
自動記住用戶最后停留的界面+其他信息,重啟后自動應用。
報警自動切換到對應的地圖,探測器按鈕閃爍。
雙擊探測器圖標,可以進行回控。
支持用戶權限管理,管理員+操作員兩大類,用戶登錄+用戶退出,可以記住密碼和自動登錄,超過三次報錯提示并關閉程序。
支持四種監(jiān)控模式,設備面板監(jiān)控+地圖監(jiān)控+表格數(shù)據(jù)監(jiān)控+曲線數(shù)據(jù)監(jiān)控,可自由切換,四種同步應用。
支持報警繼電器聯(lián)動,一個位號可以跨串口聯(lián)動多個模塊和繼電器號,支持多對多。
本地數(shù)據(jù)存儲支持sqlite+MySQL,支持遠程數(shù)據(jù)同步到云端數(shù)據(jù)庫。自動重連。
本地設備采集到的數(shù)據(jù)實時上傳到云端,以便手機APP或者web等其他方式提取。
支持兩種數(shù)據(jù)源,一種是串口和網(wǎng)絡通過協(xié)議采集設備數(shù)據(jù),一種是數(shù)據(jù)庫采集。數(shù)據(jù)庫采集模式可以作為通用的系統(tǒng)使用。
自帶設備模擬工具,支持16個設備數(shù)據(jù)模擬,同時還帶數(shù)據(jù)庫數(shù)據(jù)模擬,以便在沒有設備的時候測試數(shù)據(jù)。
默認通信協(xié)議采用modbus協(xié)議,后期增加mqtt等物聯(lián)網(wǎng)協(xié)議的支持,做成通用系統(tǒng)。
支持所有windows操作系統(tǒng)+linux操作系統(tǒng)和其他操作系統(tǒng)。
#include "printapi.h" #include "qmutex.h" #include "qprintpreviewdialog.h" #include "qtextdocument.h" #include "qtextobject.h" QScopedPointerPrintAPI::self; PrintAPI *PrintAPI::Instance() { if (self.isNull()) { static QMutex mutex; QMutexLocker locker(&mutex); if (self.isNull()) { self.reset(new PrintAPI); } } return self.data(); } PrintAPI::PrintAPI(QObject *parent) : QObject(parent) { } void PrintAPI::print(const QString &title, const QString &subTitle, const QList &columnNames, const QList &columnWidths, const QStringList &content, bool landscape, bool check, int checkColumn, const QString &checkType, const QString &checkValue, const QPrinter::PageSize &pageSize) { //計算行數(shù)列數(shù) int columnCount = columnNames.count(); int rowCount = content.count(); //清空原有數(shù)據(jù),確保每次都是新的數(shù)據(jù) html.clear(); //表格開始 html.append(" "); //標題占一行,居中顯示 if (title.length() > 0) { html.append(QString("
"); //調(diào)用打印機打印 QPrinter printer; //設置輸出格式 printer.setOutputFormat(QPrinter::NativeFormat); //設置紙張規(guī)格 printer.setPageSize(pageSize); //設置橫向縱向及頁邊距 if (landscape) { printer.setOrientation(QPrinter::Landscape); printer.setPageMargins(10, 10, 10, 10, QPrinter::Millimeter); } else { printer.setOrientation(QPrinter::Portrait); printer.setPageMargins(10, 10, 10, 11, QPrinter::Millimeter); } QPrintPreviewDialog preview(&printer); preview.setStyleSheet("QToolButton{background:none;margin:2px;padding:0px;border-width:0px;border-radius:0px;}QLineEdit{border-width:0px;}"); preview.setWindowTitle("打印預覽"); preview.setWindowFlags(Qt::WindowStaysOnTopHint); connect(&preview, SIGNAL(paintRequested(QPrinter *)), this, SLOT(printView(QPrinter *))); preview.showMaximized(); preview.exec(); } void PrintAPI::print(const QString &title, const QList"); } //副標題占一行,左對齊顯示 if (subTitle.length() > 0) { html.append(QString(" ").arg(columnCount)); html.append(title); html.append(" "); } //循環(huán)寫入字段名,字段名占一行,居中顯示 if (columnCount > 0) { html.append(" ").arg(columnCount)); html.append(subTitle); html.append(" "); for (int i = 0; i < columnCount; i++) { html.append(QString(" "); } //循環(huán)一行行構(gòu)建數(shù)據(jù) for (int i = 0; i < rowCount; i++) { QStringList value = content.at(i).split(";"); html.append("").arg(columnWidths.at(i))); html.append(columnNames.at(i)); html.append(" "); } html.append(""); //過濾內(nèi)容,如果啟用了過濾數(shù)據(jù),則將符合條件的數(shù)據(jù)突出顏色顯示 bool existCheck = false; if (check) { if (checkType == "==") { if (value.at(checkColumn) == checkValue) { existCheck = true; } } else if (checkType == ">") { if (value.at(checkColumn) > checkValue) { existCheck = true; } } else if (checkType == ">=") { if (value.at(checkColumn) >= checkValue) { existCheck = true; } } else if (checkType == "<") { if (value.at(checkColumn) < checkValue) { existCheck = true; } } else if (checkType == "<=") { if (value.at(checkColumn) <= checkValue) { existCheck = true; } } else if (checkType == "!=") { if (value.at(checkColumn) != checkValue) { existCheck = true; } } } if (existCheck) { for (int j = 0; j < columnCount; j++) { html.append(QString(" "); } html.append("").arg(columnWidths.at(j))); html.append(value.at(j)); html.append(" "); } } else { for (int j = 0; j < columnCount; j++) { html.append(QString("").arg(columnWidths.at(j))); html.append(value.at(j)); html.append(" "); } } html.append("&columnNames, const QList &columnWidths, const QStringList &subTitle1, const QStringList &subTitle2, const QStringList &content, bool landscape, bool check, int checkColumn, const QString &checkType, const QString &checkValue, const QPrinter::PageSize &pageSize) { //計算列數(shù) int columnCount = columnNames.count(); //清空原有數(shù)據(jù),確保每次都是新的數(shù)據(jù) html.clear(); //表格開始 html.append(" "); //標題占一行,居中顯示 if (title.length() > 0) { html.append(QString("
"); //調(diào)用打印機打印 QPrinter printer; //設置輸出格式 printer.setOutputFormat(QPrinter::NativeFormat); //設置紙張規(guī)格 printer.setPageSize(pageSize); //設置橫向縱向及頁邊距 if (landscape) { printer.setOrientation(QPrinter::Landscape); printer.setPageMargins(10, 10, 10, 10, QPrinter::Millimeter); } else { printer.setOrientation(QPrinter::Portrait); printer.setPageMargins(10, 10, 10, 11, QPrinter::Millimeter); } QPrintPreviewDialog preview(&printer); preview.setStyleSheet("QToolButton{background:none;margin:2px;padding:0px;border-width:0px;border-radius:0px;}QLineEdit{border-width:0px;}"); preview.setWindowTitle("打印預覽"); preview.setWindowFlags(Qt::WindowStaysOnTopHint); connect(&preview, SIGNAL(paintRequested(QPrinter *)), this, SLOT(printView(QPrinter *))); preview.showMaximized(); preview.exec(); } void PrintAPI::printView(QPrinter *printer) { QTextDocument textDocument; textDocument.setHtml(html.join("")); textDocument.setPageSize(printer->pageRect().size()); textDocument.print(printer); } ```"); } //循環(huán)添加副標題/字段名/內(nèi)容 int count = content.count(); for (int i = 0; i < count; i++) { //加個空行隔開 html.append(QString(" ") .arg(columnCount)); html.append(title); html.append(" "); //副標題1 if (subTitle1.count() > 0 && subTitle1.count() > i) { if (subTitle1.at(i).length() > 0) { html.append(QString(" ").arg(columnCount)); html.append(" "); } } //副標題2 if (subTitle2.count() > 0 && subTitle2.count() > i) { if (subTitle2.at(i).length() > 0) { html.append(QString(" ") .arg(columnCount)); html.append(subTitle1.at(i)); html.append(" "); } } //逐個添加字段名稱 if (columnCount > 0) { html.append(" ") .arg(columnCount)); html.append(subTitle2.at(i)); html.append(" "); for (int i = 0; i < columnCount; i++) { html.append(QString(" "); } QStringList list = content.at(i).split(";"); //逐個添加數(shù)據(jù) int rowCount = list.count(); for (int j = 0; j < rowCount; j++) { html.append("") .arg(columnWidths.at(i))); html.append(columnNames.at(i)); html.append(" "); } html.append(""); QString temp = list.at(j); QStringList value = temp.split("|"); int valueCount = value.count(); //過濾內(nèi)容,如果啟用了過濾數(shù)據(jù),則將符合條件的數(shù)據(jù)突出顏色顯示 bool existCheck = false; if (check) { if (checkType == "==") { if (value.at(checkColumn) == checkValue) { existCheck = true; } } else if (checkType == ">") { if (value.at(checkColumn) > checkValue) { existCheck = true; } } else if (checkType == ">=") { if (value.at(checkColumn) >= checkValue) { existCheck = true; } } else if (checkType == "<") { if (value.at(checkColumn) < checkValue) { existCheck = true; } } else if (checkType == "<=") { if (value.at(checkColumn) <= checkValue) { existCheck = true; } } else if (checkType == "!=") { if (value.at(checkColumn) != checkValue) { existCheck = true; } } } if (existCheck) { for (int k = 0; k < valueCount - 1; k++) { html.append(QString(" "); } } html.append("").arg(columnWidths.at(k))); html.append(value.at(k)); html.append(" "); } } else { for (int k = 0; k < valueCount; k++) { html.append(QString("").arg(columnWidths.at(k))); html.append(value.at(k)); html.append(" "); } } html.append("
感謝各位的閱讀,以上就是“Qt怎么編寫氣體安全管理系統(tǒng)”的內(nèi)容了,經(jīng)過本文的學習后,相信大家對Qt怎么編寫氣體安全管理系統(tǒng)這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關知識點的文章,歡迎關注!