zhwl-1212的个人主页

http://www.qtcn.org/bbs/u/92003  [收藏] [复制]

zhwl-1212

  • 16

    关注

  • 27

    粉丝

  • 17

    访客

  • 等级:新手上路
  • 总积分:6
  • 保密,2010-02-04

最后登录:2019-09-17

更多资料

日志

qml FileDialog设置默认打开文件夹路径

2018-07-16 12:26
  FileDialog {
      id: fileDialog
      title: "Please choose a file"
      folder: "file:///" + "E:/Qml/"; //设置默认打开文件夹路径,前面需要加上"file:///"
      onAccepted: {
          console.log("You chose: " + fileDialog.fileUrls)
          Qt.quit()
      }
      onRejected: {
          console.log("Canceled")
          Qt.quit()
      }
      Component.onCompleted: visible = true
  }
分类:默认分类|回复:0|浏览:970|全站可见|转载
 

Powered by phpwind v8.7 Certificate Copyright Time now is:04-27 02:37
©2005-2016 QTCN开发网 版权所有 Gzip disabled