Utils::PathListEditor Class
class Utils::PathListEditorKlasa PathListEditor je kontrola koja omogućuje korisniku uređivanje popisa (putanja) direktorija koristeći platformski razdjelnik (';', ':'). Više...
| Header: | #include <PathListEditor> |
Javne funkcije
| QString | fileDialogTitle() const |
| QStringList | pathList() const |
| void | setFileDialogTitle(const QString &l) |
| void | setPathList(const QStringList &l) |
| void | setPathList(const QString &pathString) |
Detaljan opis
Obično se koristi za popise putanja kojima upravljaju varijable okruženja, kao što je PATH. Temelji se na uređivaču putanja ( QPlainTextEdit ) jer bi trebao omogućiti jednostavno uređivanje i elemente koji nisu direktoriji, poput
"etc/mydir1:$SPECIAL_SYNTAX:/etc/mydir2".
Pri lijepljenju teksta u njega, razdjelnik platforme zamjenjuje se znakovima novog retka radi praktičnosti.
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.