This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
ftpmodel /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README | ||
| |
example/ | ||
| |
ftpmodel.png | ||
| |
ftpmodel.pro | ||
| |
src/ |
README
This is a ftpmodel written for Trolltech's Qt version 4.2 or later. The model demonstrates how to populate branches in a tree on the fly. When the user clicks to open a folder fetchMore() will then query for the list of the contents of that directory. The model wraps QFtp. This is just a demo! It doesn't implement renaming, drag/drop, or any convenience for uploading/downloading files. But those can be added without much work if you want to take this and use it. See http://doc.trolltech.com/model-view-programming.html for more information about Qt's model/view architecture. This code is under the BSD license.








