Small example program in QT 4.1. It is a notepad-like text editor that is capable of opening files directly from FTP servers. It saves those files back to FTP server. No files are written to the client machine, everything is done in memory.
Currently it is in Estonian but it has full translation support and creating translations to any language is trivial.
ftpeditor.cpp
FtpBrowser.h
FtpBrowser.cpp
FtpWindow.h
FtpWindow.cpp
Program code: ftpnotepad.tar.gz
To compile type #qmake -project && qmake "QT+=network" && make
Väike näidisprogram QT 4.1's.
ftpeditor.cpp
FtpBrowser.h
FtpBrowser.cpp
FtpWindow.h
FtpWindow.cpp
Programmi kood: ftpnotepad.tar.gz
Kompileerimiseks #qmake -project && qmake "QT+=network" && make
