GUI designing
1
0
Entering edit mode
@-3280
Last seen 9.6 years ago
HI, I need help in terms of designing new GUI for the existing bioC packages. I am using QT3 for the interface development. Whether i can continue with the interface designing or any other specific tools are available for GUI design of bioC packages. Kindly help me in terms of GUI development -- With Regards, Palani Kannan. K AU-KBC Research Centre, Anna University Chennai, India. [[alternative HTML version deleted]]
GUI GUI • 675 views
ADD COMMENT
0
Entering edit mode
@michael-lawrence-2759
Last seen 9.6 years ago
On Thu, Feb 12, 2009 at 2:21 AM, பழனி கண்ணன். க <kpalanikannan@gmail.com>wrote: > HI, > > I need help in terms of designing new GUI for the existing bioC packages. I > am using QT3 for the interface development. Whether i can continue with the > interface designing or any other specific tools are available for GUI > design > of bioC packages. Kindly help me in terms of GUI development > Probably the easiest way to implement an R GUI is to do it purely from within R with the gWidgets package. It supports a number of backends, the most mature/functional being RGtk2 (which you could also use directly). There's an R <-> Qt interface in the works, which could eventually be another backend for gWidgets, so you could switch from GTK+ to Qt without any major changes to your code. If you're stuck on Qt though, it would probably currently be easiest to implement most of the GUI in C++, with a few simple hooks to R. You might check out the RQt package to see if you can leverage it for things like signal handling and slot access. Michael > -- > With Regards, > Palani Kannan. K > AU-KBC Research Centre, > Anna University Chennai, > India. > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]
ADD COMMENT

Login before adding your answer.

Traffic: 789 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6