1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
|
=begin
This is a ruby version of Jim Bublitz's pytde program, translated by Richard Dale
=end
require 'Korundum'
require 'uimodules/uiwidgets.rb'
require 'uimodules/uidialogs.rb'
require 'uimodules/uimenus.rb'
require 'uimodules/uimisc.rb'
require 'uimodules/uixml.rb'
$listItems = {"Dialogs" =>
{"KDE::AboutDialog" => ["KDE::AboutApplication", "KDE::AboutContainer", "KDE::ImageTrackLabel",
"KDE::AboutContainerBase", "KDE::AboutContributor", "KDE::AboutWidget"],
"KDE::AboutKDE" => [],
"KDE::BugReport" => [],
"KDE::ColorDialog" => [],
"KDE::Dialog" => [],
"KDE::DialogBase" => ["KDE::DialogBaseButton", "KDE::DialogBase::SButton", "KDE::DialogBaseTile"],
"KDE::FontDialog" => [],
"KDE::KeyDialog" => [],
"KDE::InputDialog" => [],
"KDE::MessageBox" => [],
"KDE::PasswordDialog" => [],
"KDE::Wizard" => []},
"Widgets" =>
{"KDE::AnimWidget" => [],
"KDE::AuthIcon" => ["KDE::RootPermsIcon", "KDE::WritePermsIcon"],
"KDE::ButtonBox" => [],
"KDE::CharSelect" => ["KDE::CharSelectTable"],
"KDE::ColorButton" => [],
"KDE::ColorCells" => [],
"KDE::ColorCombo" => [],
"KDE::ColorPatch" => [],
"KDE::ComboBox" => [],
"KDE::CompletionBox" => [],
"KDE::ContainerLayout" => ["KDE::ContainerLayout::KContainerLayoutItem"],
"KDE::Cursor" => [],
"KDE::DatePicker" => ["KDE::DateInternalMonthPicker", "KDE::DateInternalYearSelector"],
"KDE::DateTable" => [],
"KDE::DualColorButton" => [],
"KDE::EditListBox" => [],
"KDE::FontChooser" => [],
"KDE::HSSelector" => [],
"KDE::IconView" => [],
"KDE::JanusWidget" => ["KDE::JanusWidget::IconListBox"],
"KDE::KeyChooser" => [],
"KDE::Led" => [],
"KDE::LineEdit" => [],
"KDE::ListBox" => [],
"KDE::ListView" => [],
"KDE::NumInput" => ["KDE::DoubleNumInput", "KDE::IntNumInput"],
"KDE::PaletteTable" => [],
"KDE::PasswordEdit" => [],
"KDE::Progress" => [],
"KDE::RootPixmap" => [],
"KDE::MainWindow" => [],
"KDE::RestrictedLine" => [],
"KDE::Ruler" => [],
"KDE::Selector" => ["KDE::GradientSelector", "KDE::ValueSelector", "KDE::HSSelector", "KDE::XYSelector"],
"KDE::Separator" => [],
"KDE::SqueezedTextLabel" => [],
"KDE::TabCtl" => [],
"KDE::TextBrowser" => [],
"KDE::TextEdit" => ["KDE::EdFind", "KDE::EdGotoLine", "KDE::EdReplace"],
"KDE::URLLabel" => []},
"XML" =>
{"KDE::ActionCollection" => [],
"KDE::EditToolbar" => [],
"KDE::EditToolbarWidget" => [],
"KDE::XMLGUIBuilder" => [],
"KDE::XMLGUIClient" => ["KDE::XMLGUIClient::DocStruct"],
"KDE::XMLGUIFactory" => []},
"Menus/Toolbars" =>
{"KDE::AccelMenu" => [],
"KDE::Action" => ["KDE::FontAction", "KDE::FontSizeAction", "KDE::ListAction", "KDE::RecentFilesAction", "KDE::RadioAction",
"KDE::SelectAction", "KDE::ToggleAction"],
"KDE::ActionMenu" => [],
"KDE::ActionSeparator" => [],
"KDE::ContextMenuManager" => [],
"KDE::DCOPActionProxy" => [],
"KDE::HelpMenu" => [],
"KDE::MenuBar" => [],
"KDE::PanelApplet" => [],
"KDE::PanelExtension" => [],
"KDE::PanelMenu" => [],
"KDE::PopupFrame" => [],
"KDE::PopupMenu" => [],
"KDE::PopupTitle" => [],
"KDE::StatusBar" => [],
"KDE::StatusBarLabel" => [],
"KDE::StdAction" => [],
"KDE::ToolBar" => ["KDE::ToolBarButton", "KDE::ToolBarButtonList", "KDE::ToolBarPopupAction",
"KDE::ToolBarRadioGroup", "KDE::ToolBarSeparator"],
"KDE::WindowListMenu" => []},
"Other" =>
{"KDE::AlphaPainter" => [],
"KDE::CModule" => [],
"KDE::Color" => [],
"KDE::ColorDrag" => [],
"KDE::Command" => ["KDE::MacroCommand"],
"KDE::CommandHistory" => [],
"KDE::DateValidator" => [],
"KDE::DockWindow" => ["KDE::DockButton_Private - KPanelMenu", "KDE::DockButton_Private",
"KDE::DockSplitter", "KDE::DockTabCtl_PrivateStruct", "KDE::DockWidgetAbstractHeader",
"KDE::DockWidgetAbstractHeaderDrag", "KDE::DockWidgetHeader",
"KDE::DockWidgetHeaderDrag", "KDE::DockWidgetPrivate"],
"KDE::DoubleValidator" => [],
"KDE::IntValidator" => [],
"KDE::PixmapIO" => [],
"KDE::SharedPixmap" => [],
"KDE::SystemTray" => [],
"KDE::ThemeBase" => ["KDE::ThemeCache", "KDE::ThemePixmap", "KDE::ThemeStyle"],
"QXEmbed" => []}}
BLANK_MSG = <<END_OF_STRING
<b>UISampler</b> - provides examples of <b>Korundum</b> widgets<p>
Select a dialog/widget/menu/etc example from the tree at left
END_OF_STRING
class MainWin < KDE::MainWindow
TREE_WIDTH = 220
slots 'lvClicked(TQListViewItem*)'
attr_accessor :edit, :currentPageObj
def initialize(*args)
super
setCaption("Samples of Korundum widget usage")
# The following leave about 375 x 390 for the rt hand panel
mainGeom = TQt::Rect.new(0, 0, 640, 500)
setGeometry(mainGeom)
# create the main view - list view on the left and an
# area to display frames on the right
@mainView = TQt::Splitter.new(self, "main view")
@tree = KDE::ListView.new(@mainView, "tree")
@page = TQt::WidgetStack.new(@mainView, "page")
blankPage = TQt::Widget.new(@page, "blank")
blankPage.setGeometry(0, 0, 375, 390)
blankPage.setBackgroundMode(TQt::Widget::PaletteBase)
blankLbl = TQt::Label.new(BLANK_MSG, blankPage)
blankLbl.setGeometry(40, 10, 380, 150)
blankLbl.setBackgroundMode(TQt::Widget::PaletteBase)
blankPM = TQt::Pixmap.new("rbtestimage.png")
pmLbl = TQt::Label.new("", blankPage)
pmLbl.setPixmap(blankPM)
pmLbl.setGeometry(40, 160, 300, 200)
pmLbl.setBackgroundMode(TQt::Widget::PaletteBase)
@page.addWidget(blankPage, 1)
@page.raiseWidget(1)
setCentralWidget(@mainView)
initListView()
connect(@tree, SIGNAL("clicked(TQListViewItem*)"), self, SLOT('lvClicked(TQListViewItem*)'))
@edit = nil
@currentPageObj = nil
@prefix = {"Dialogs" => "UIDialogs::dlg", "Widgets" => "UIWidgets::wid", "XML" => "UIXML::xml",
"Menus/Toolbars" => "UIMenus::menu", "Other" => "UIMisc::misc"}
end
def initListView()
@tree.addColumn("Category", TREE_WIDTH - 21)
# tree.setMaximumWidth(treeWidth)
@mainView.setSizes([TREE_WIDTH, 375])
@tree.setRootIsDecorated(true)
@tree.setVScrollBarMode(TQt::ScrollView::AlwaysOn)
topLevel = $listItems.keys()
topLevel.each do |item_1|
parent = TQt::ListViewItem.new(@tree, String.new(item_1))
secondLevel = $listItems[item_1].keys()
secondLevel.each do |item_2|
child = TQt::ListViewItem.new(parent, String.new(item_2))
$listItems[item_1][item_2].each do |item_3|
TQt::ListViewItem.new(child, String.new(item_3))
end
end
end
end
def lvClicked(lvItem)
if lvItem.nil?
return
end
if $listItems.keys().include?(lvItem.text(0))
return
end
p = lvItem.parent()
if $listItems.keys().include?(p.text(0))
pfx = @prefix[p.text(0)]
funcCall = pfx + lvItem.text(0).sub("KDE::","K") + "(self)"
else
pfx = @prefix[p.parent().text(0)]
funcCall = pfx + lvItem.parent().text(0).sub("KDE::","K") + "(self)"
end
eval funcCall
end
def addPage()
@edit = nil
@currentPageObj = nil
current = @page.widget(2)
if !current.nil?
@page.removeWidget(current)
current.dispose
end
newPage = TQt::Widget.new(@page)
newPage.setGeometry(0, 0, 375, 390)
# newPage.setBackgroundMode(TQWidget.PaletteBase)
@page.addWidget(newPage, 2)
@page.raiseWidget(2)
return newPage
end
end
#-------------------- main ------------------------------------------------
appName = "UISampler"
about = KDE::AboutData.new("uisampler", appName, "0.1")
KDE::CmdLineArgs.init(ARGV, about)
app = KDE::Application.new()
mainWindow = MainWin.new(nil, "main window")
mainWindow.show
app.exec
|