User:Declan.mcgrath: Difference between revisions

From KDE TechBase
mNo edit summary
mNo edit summary
Line 2: Line 2:


<br>  
<br>  
These instructions are tested with Ubuntu Jaunty Jackalope 9.04 .<br>
<br>


== Install the appropriate packages  ==
== Install the appropriate packages  ==


These instructions are tested with Ubuntu Jaunty Jackalope 9.04
From a command line terminal run<br>


*sudo aptitude install libkorundum4-ruby1.8<br>  
*sudo aptitude install libkorundum4-ruby1.8<br>  
*sudo aptitude qt4-designer<br>
*sudo aptitude qt4-designer<br>  
*sudo aptitude libqt4-ruby1.8-dev<br>
*sudo aptitude libqt4-ruby1.8-dev<br>  
*sudo aptitude install libqt4-ruby1.8-examples<br>
*sudo aptitude install libqt4-ruby1.8-examples<br>  
*sudo aptitude install qt4-doc qt4-doc-html&nbsp; qt4-demos<br>
*sudo aptitude install qt4-doc qt4-doc-html&nbsp; qt4-demos<br>  
*sudo aptitude install qt-creator (you may not need this)<br>
*sudo aptitude install qt-creator (you may not need this)<br>
<br>
= Create a simple UI with QT4 Designer<br> =
*Start up QT4 Designer<br>
#Select QT 4 Designer from the Applications-&gt;Programming menu or...<br>
#From a command line terminal run: designer-qt4<br>
*<br>
<br>

Revision as of 04:56, 15 August 2009

Developing Ruby QT Applications using QT Designer and Ruby on Ubuntu


These instructions are tested with Ubuntu Jaunty Jackalope 9.04 .


Install the appropriate packages

From a command line terminal run

  • sudo aptitude install libkorundum4-ruby1.8
  • sudo aptitude qt4-designer
  • sudo aptitude libqt4-ruby1.8-dev
  • sudo aptitude install libqt4-ruby1.8-examples
  • sudo aptitude install qt4-doc qt4-doc-html  qt4-demos
  • sudo aptitude install qt-creator (you may not need this)


Create a simple UI with QT4 Designer

  • Start up QT4 Designer
  1. Select QT 4 Designer from the Applications->Programming menu or...
  2. From a command line terminal run: designer-qt4