Hello, First, this is the Qt Creator mailing list, for questions and issues with the IDE. Your question would be better served by subscribing to the qt-interest mailing list.
Second, please do not reply to unrelated messages on a mailing list to ask new questions. Send a new message to the list's e-mail address. It confuses list readers. /s/ Adam On Mon, Sep 14, 2009 at 7:30 AM, Gaurav Purohit <[email protected]> wrote: > > 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 problem > > > > REGARDS > > > > 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. > _____________________________________________________________________ > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > > _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
