PDA

View Full Version : Qsftp



James.kenaley1
1st March 2012, 02:43
im currently working on a project to incorporate sftp services onto the android sdk but fist im trying to get it working on my n900, then convert it over. but im at a loss i thought qt would just be an IDE for c++ but im afraid there after 100000+ new features and im a little time stricken to read though then all so can someone point me to some useful tuts. i need a simple login form and a file browser. thanks in advance.

Urthas
2nd March 2012, 03:07
These might be helpful for getting things rolling:

login dialog example (https://qt-project.org/wiki/UserLoginDialogExample)
QFileDialog documentation (https://qt-project.org/doc/qt-4.8/QFileDialog.html)
Dialog Examples (https://qt-project.org/doc/qt-4.8/examples-dialogs.html) from the Qt documentation