Hello
I want to create Daemon app on Qt.
Is that possible than how?
And i want to know what is Plugin in Qt?
Thanks.
Hello
I want to create Daemon app on Qt.
Is that possible than how?
And i want to know what is Plugin in Qt?
Thanks.
Last edited by chintandave_er; 2010-11-06 at 09:22.
For http daemon application : http://doc.qt.nokia.com/solutions/4/...le-server.html
For creating Plugin in Qt this document is useful : http://doc.qt.nokia.com/4.6/plugins-howto.html
Best regards,
can you please tell me what is the plugin means ??
Chintan Dave.
Water Bubble Application for Nokia N9 is now available in Nokia Store.
World's Greatest Speeches for Windows Phone is now available in WP Marketplace.
A "plugin" is a set of code that can be substituted for another "plugin" via runtime configuration. For instance, there are (potentially) several different plugins for SQL support, depending on the type of database. A runtime one can select between, say, SQLite and MySql by selecting the appropriate plugin.