Home  

Ruby Qt tutorial

  1. Introduction
    1. About
    2. Creating a tooltip
    3. Centering a window
    4. Quit button
  2. Layout management
    1. Absolute positioning
    2. Buttons example
    3. Windows example
    4. New Folder example
  3. Widgets
    1. CheckBox widget
    2. Label widget
    3. LineEdit widget
    4. Toggle buttons
    5. ComboBox widget
  4. Menus & toolbars
    1. Simple menu
    2. Submenu
    3. Images, shortcuts, separators
    4. Simple toobar
    5. Undo redo
  5. Dialogs
    1. Message boxes
    2. InputDialog
    3. ColorDialog
    4. FontDialog
  6. Painting
    1. Patterns
    2. Drawing Shapes
    3. Transparent rectangles
    4. Donut Shape
    5. Drawing text
  7. Custom widget
  8. Nibbles

This is Ruby Qt programming tutorial. We cover a binding of the Qt library to the Ruby programming language. The tutorial is suitable for beginners and intermediate programmers.

Similar tutorials
Ruby tutorial
Ruby GTK tutorial
Qt4 tutorial
PyQt4 tutorial