Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. filesystem
    Log in to post

    • UNSOLVED QFileSystemModel doesn't support the network paths and external drives?
      General and Desktop • network filesystem drive explorer • • jeanmilost  

      4
      0
      Votes
      4
      Posts
      518
      Views

      @beecksche said in QFileSystemModel doesn't support the network paths and external drives?: I think the easiest way is to write your own file system model. Or, presumably extend QFileSystemModel by subclassing it. @jeanmilost I just don't think you can access network, as per https://stackoverflow.com/a/33856139/489865 and @beecksche's comment above.
    • SOLVED Unicode on ES, files aren't shown in the correct encoding
      Mobile and Embedded • embedded linux utf-8 unicode filesystem filebrowser • • QtEmbeddor  

      8
      0
      Votes
      8
      Posts
      2373
      Views

      The solution to that problem is to insert the following call to the constructor of the file processing class: QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8")); Concerning the shell: I use BusyBox (its light) which doesn't provide locale and the environment variables like LANG=en_US.UTF-8. For compiling BusyBox configurations can or have to be given containing CONFIG_LAST_SUPPORTED_WCHAR=0 the number is the last displayable number of the Unicode list, 0 signifies that all characters shall be displayed, it was set to 767 which includes west European characters. The excluded characters are replaced by the character defined in the same configs, in my case it is "?".
    • UNSOLVED Is it possible to add custom/fake drives to QFileDialog?
      General and Desktop • windows file dialog filesystem filebrowser • • AlexP11223  

      12
      0
      Votes
      12
      Posts
      4313
      Views

      Then, AFAUI, you have all what you need to continue. If implementing the proxy model looks daunting start by just a custom QAbstractItemModel with a QListView and once you have what you want you can go with the proxy and the shifting I suggested before.
    • UNSOLVED Use FileSystemModel with custom data
      QML and Qt Quick • qtquick model filesystem • • BitteWenden  

      1
      0
      Votes
      1
      Posts
      515
      Views

      No one has replied

    • UNSOLVED How to keep updating QTextEdit from log file
      General and Desktop • qtextedit filesystem log • • firefox  

      5
      0
      Votes
      5
      Posts
      2174
      Views

      Using QFile::handle
    • Path of sd card
      Mobile and Embedded • android filesystem • • fatinbrain  

      3
      0
      Votes
      3
      Posts
      1002
      Views

      I am very sorry that my words arise felling of my impatience. I really do not mean this.