qml應用——創建可移動的模態彈出框

點擊"彈出消息對話框"時,自定義對話框以模態的方式彈出 核心做法是:創建Window組件,設置屬性 modality: Qt.ApplicationModal。當然也可以適當修改風格,去掉自帶標題欄: flags: Qt.FramelessWindowHint | Qt.Window | Qt.WindowStaysOnTopHint 另外,修改了標題欄,使之能夠拖動 完整代碼:
相關文章
相關標籤/搜索