4 QT功能模組

2021-09-25 10:21:29 字數 1091 閱讀 1303

選中乙個檔案:

//str_path為檔案路徑

qstring str_path = qfiledialog::

getopenfilename

(this,tr

("選擇轉碼檔案"),

tr("/home"),

tr())

;

選中多個檔案:

qstring strs;

qstringlist file_list, output_name;

qstringlist str_path_list = qfiledialog::

getopenfilenames

(this,tr

("選擇轉碼檔案"),

tr("/home"),

tr())

;for

(int i =

0; i < str_path_list.

size()

; i++

)

qstring file_full, file_name, file_path,file_suffix ;

qfileinfo fileinfo;

//①獲取檔名

file_full = qfiledialog::

getopenfilename

(this,.

....

);//②得到檔案名字後,利用檔案資訊類qfileinfo獲取檔案的相關屬性

fileinfo =

qfileinfo

(file_full)

;//檔名

file_name = fileinfo.

filename()

;//檔案大小

int file_size= fileinfo.

size()

;//絕對路徑

file_path = fileinfo.

absolutepath()

;//檔案字尾

file_suffix = fileinfo.

suffix

()

destoon功能模組

模型 名稱 簡介 核心 destoon 基於php mysql,採用標準化開發,易用性 擴充套件性 標準性強 會員 member 公司 company vip等級體系 實名認證體系 自動二級 頂級網域名稱精美商鋪 sell 求購 buy quote 行業產品 彙總,系統自動生成 單 展會 exhib...

Nginx 功能模組

user nginx nginx worker processes auto error log logs error.log error events nginx http 功能模組 模組說明 包括一些核心的 http 引數配置,對應 nginx 的配置為 http 區塊部分 訪問控制模組,用來控...

功能模組(一)

一 time 時間 時間戳 timestamp time.time 延遲線程的執行 time.sleep secs y 兩位數的年數表示 00 99 y 四位數的年份表示 000 9999 m 月份 01 12 d 月內的一天 0 31 h 24小時制小時數 0 23 i 12小時制小時數 m 分 ...