hi all
i m trying to use data base implementation for a address/phone book for
qt embedded
is it possible to implement that user is entering and is saved
directly to dbms qsql
if possible how??
help me i joined this group becoz of problemREGARDS GAURAV PUROHIT PROJECT TRAINEE Office: +91.80.40248354 Mobile +91.9739.08.6030 [email protected] www.dspg.com -----Original Message----- From: [email protected] on behalf of Daniel Teske Sent: Mon 9/14/2009 2:52 PM To: [email protected] Subject: Re: [Qt-creator] How to call a command from another plugin? On Saturday 12 September 2009 22:33:30 ext Nicolas Arnaud-Cormos wrote: > Hi, > > I want to switch header/source from another plugin, I was wondering what is > the best way to do this. > Right now, I'm doing this: > Core::ActionManager *am = core->actionManager(); > am->command(CppTools::Constants::SWITCH_HEADER_SOURCE)->action()- > > >trigger(); What we usually do, is to make thus dependencies explicit. In your case, I would do: a) Adding a exported function to the cppplugin which gives you the header/source file corresponding to a source/header file. b) Add a explicit dependency on the cppplugin c) Call EditorManager::openEditor() That's all from memory, if anything seems wrong ask again. :) daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator ______________________________________________________________________ DSP Group, Inc. automatically scans all emails and attachments using MessageLabs Email Security System. _____________________________________________________________________ ______________________________________________________________________ DSP Group, Inc. automatically scans all emails and attachments using MessageLabs Email Security System. _____________________________________________________________________
<<winmail.dat>>
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
