That j(qt)console can only calls non-gui Qt functions, in particular Qwidgets cannot be used, so that I doubt if graphical aspects of Qt will be available. websocket or timer may be available but you don't really need Qt to implement them.
On Thu, Jul 10, 2014 at 3:00 PM, Devon McCormick <[email protected]> wrote: > I'm was thinking along the lines of Pascal's suggestion to allow me to > access the graphical aspects of Qt but it's pretty hacky. > > > On Wed, Jul 9, 2014 at 9:22 PM, 'Pascal Jasmin' via Programming < > [email protected]> wrote: > >> A simple suggestion you might not be thrilled about, there could be a 2nd >> jconsole (named jqtconsole) that could link to all of the non-graphical qt >> components, and/or jconsole could have command line switches that loads >> timers or websockets. >> >> >> ----- Original Message ----- >> From: bill lam <[email protected]> >> To: Programming forum <[email protected]> >> Cc: >> Sent: Wednesday, July 9, 2014 8:56:18 PM >> Subject: Re: [Jprogramming] Qt under jconsole? >> >> In j7, gtk is started by jconsole, but all Qt applications must be started >> from executables that have static linked a small piece of Qt lib. I think >> it is possible to build a jconsole with Qt lib so that it can use some Qt >> facilities. However not everyone want this dependence. >> On Jul 9, 2014 9:41 PM, "Devon McCormick" <[email protected]> wrote: >> >> > What I want is a few pieces of Qt functionality that use "wd" - like >> > websockets, graphics, and system timer (event-driven things). I used to >> > have these when gtk was the GUI driver of choice, so, even though Qt is >> > generally acknowledged to be better than gtk, in its current >> > implementation, it's a step backwards. >> > >> > >> > On Wed, Jul 9, 2014 at 9:14 AM, Marc Simpson <[email protected]> wrote: >> > >> > > On Wed, Jul 9, 2014 at 1:18 PM, Jan-Pieter Jacobs >> > > <[email protected]> wrote: >> > > > Eg. I might be working in jconsole, but >> > > > do want plots to work as expected. >> > > >> > > Could you please clarify the issue here? (Do you want a dedicated plot >> > > window rather than your default PDF/image viewer to display the >> > > chart?) >> > > ---------------------------------------------------------------------- >> > > For information about J forums see http://www.jsoftware.com/forums.htm >> > > >> > >> > >> > >> > -- >> > Devon McCormick, CFA >> >> >> >> > ---------------------------------------------------------------------- >> > For information about J forums see http://www.jsoftware.com/forums.htm >> > >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm >> >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm >> > > > > -- > Devon McCormick, CFA > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
