<
graphs: TGraph, TGraphErrors, etc
^
ROOT Tutorials
fit: Fitting tutorials
>
ROOT Tutorials: Graphics User Interface
From
$ROOTSYS/tutorials/gui
1. CPUMeter.C
Simple macro showing capabilities of TGSpeedo widget.
2. QtFileDialog.C
This is a small ROOT macro to use Qt 3.3 class: begin_html
QFileDialog
end_html
3. QtMultiFileDialog.C
This is a small ROOT macro to use Qt 3.3 class :begin_html
QFileDialog
end_html
4. QtPrintDialog.C
This is a small ROOT macro to use Qt 3.3 class: begin_html
QPrinter
end_html
5. Slider3Demo.C
Simple macro showing capabilities of triple slider
6. WorldMap.C
This macro shows how to use a TGImageMap class.
7. buttonChangelabel.C
This macro gives an example for changing text button labels anytime
8. buttonTest.C
This macro gives an example of how to set/change text button attributes.
9. buttongroupState.C
A simple example that shows the enabled and disabled state
10. buttonsLayout.C
This macro gives an example of different buttons' layout.
11. calendar.C
This macro gives an example of how to use html widget
12. customContextMenu.C
How to add a function to the class context menu
13. customTH1Fmenu.C
How to customize a context menu for a class
14. drag_and_drop.C
This tutorial illustrates how to use drag and drop within ROOT.
15. exec3.C
Example of using signal/slot in TCanvas/TPad to get feedback
16. exec_macro.C
Execute the macro and save a capture in a png file.
17. games.C
18. gtreeTableTest.C
This TableTest class is a simple example of how to use a TGTreeTable.
19. guiWithCINT.C
A simple example of entering CINT commands and having the CINT output in a
20. guilabels.C
This macro gives an example of how to create different kind of labels
21. guitest.C
Test program for ROOT native GUI classes
22. guitest_playback.C
This macro plays a recorded ROOT session showing how to perform various
23. iconAsXPMData.C
A simple example of creating icon image from XPM data,
24. listBox.C
This macro gives an example of how to create a list box
25. mditest.C
GUI MDI features
26. ntupleTableTest.C
This TableTest class is a simple example of how to use a TGTable
27. numberEntry.C
This macro gives an example of how to create a number entry
28. simpleTableTest.C
This TableTest class is a simple example of how to use a TGSimpleTable
29. splitbuttonTest.C
A simple example that shows the usage of a TGSplitButton.
30. splitterHorizontal.C
This macro gives an example of how to create a horizontal splitter
31. splitterVertical.C
This macro gives an example of how to create a vertical splitter
32. staffTableTest.C
This TableTest class is a simple example of how to use a TGTable
33. statusBar.C
This macro gives an example of how to create a status bar
34. textEntries.C
This macro gives an example of how to set/change text entry attributes.
35. textviewostream.C
This macro gives an example of how to use the TGTextViewostream widget.