|
|
@ -89,7 +89,7 @@ class MainWin < KDE::MainWindow
|
|
|
|
# code will create menu/toolbar items and place them *automatically*
|
|
|
|
# code will create menu/toolbar items and place them *automatically*
|
|
|
|
# if you defined the KDE::StdActions as below. In fact, you can't override
|
|
|
|
# if you defined the KDE::StdActions as below. In fact, you can't override
|
|
|
|
# this behavior using KDE::StdActions - if you want menus to be "non-standard"
|
|
|
|
# this behavior using KDE::StdActions - if you want menus to be "non-standard"
|
|
|
|
# KDE menus (eg 'Cut' in the 'File' menu), you'll need to create your
|
|
|
|
# TDE menus (eg 'Cut' in the 'File' menu), you'll need to create your
|
|
|
|
# actions from KDE::Action instead of KDE::StdAction. Obviously it makes more
|
|
|
|
# actions from KDE::Action instead of KDE::StdAction. Obviously it makes more
|
|
|
|
# sense to use the mechanism provided to produce consistent menus and
|
|
|
|
# sense to use the mechanism provided to produce consistent menus and
|
|
|
|
# toolbars. You can "unplug" items if, for example, you don't want them
|
|
|
|
# toolbars. You can "unplug" items if, for example, you don't want them
|
|
|
|