Class: Ui_RelationsView
Overview
** Form generated from reading ui file ‘relations_view.ui’ ** ** Created: Sat Jun 14 16:46:54 2008 ** by: Qt User Interface Compiler version 4.4.0 ** ** WARNING! All changes made in this file will be lost when recompiling ui file!
Direct Known Subclasses
Instance Attribute Summary collapse
-
#actionBookmarksAdd ⇒ Object
readonly
Returns the value of attribute actionBookmarksAdd.
-
#actionFit ⇒ Object
readonly
Returns the value of attribute actionFit.
-
#actionHideFinalized ⇒ Object
readonly
Returns the value of attribute actionHideFinalized.
-
#actionKeepSignals ⇒ Object
readonly
Returns the value of attribute actionKeepSignals.
-
#actionOwnership ⇒ Object
readonly
Returns the value of attribute actionOwnership.
-
#actionPrefixAdd ⇒ Object
readonly
Returns the value of attribute actionPrefixAdd.
-
#actionPrint ⇒ Object
readonly
Returns the value of attribute actionPrint.
-
#actionRedraw ⇒ Object
readonly
Returns the value of attribute actionRedraw.
-
#actionShowAll ⇒ Object
readonly
Returns the value of attribute actionShowAll.
-
#actionSVGExport ⇒ Object
readonly
Returns the value of attribute actionSVGExport.
-
#actionUnzoom ⇒ Object
readonly
Returns the value of attribute actionUnzoom.
-
#actionZoom ⇒ Object
readonly
Returns the value of attribute actionZoom.
-
#centralwidget ⇒ Object
readonly
Returns the value of attribute centralwidget.
-
#graphics ⇒ Object
readonly
Returns the value of attribute graphics.
-
#menubar ⇒ Object
readonly
Returns the value of attribute menubar.
-
#menuRemovedPrefixes ⇒ Object
readonly
Returns the value of attribute menuRemovedPrefixes.
-
#menuTask_labels ⇒ Object
readonly
Returns the value of attribute menuTask_labels.
-
#menuView ⇒ Object
readonly
Returns the value of attribute menuView.
-
#vboxLayout ⇒ Object
readonly
Returns the value of attribute vboxLayout.
Instance Method Summary collapse
-
#retranslate_ui(relationsView) ⇒ Object
retranslateUi.
- #retranslateUi(relationsView) ⇒ Object
-
#setup_ui(relationsView) ⇒ Object
setupUi.
- #setupUi(relationsView) ⇒ Object
Instance Attribute Details
#actionBookmarksAdd ⇒ Object (readonly)
Returns the value of attribute actionBookmarksAdd.
21 22 23 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 21 def actionBookmarksAdd @actionBookmarksAdd end |
#actionFit ⇒ Object (readonly)
Returns the value of attribute actionFit.
15 16 17 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 15 def actionFit @actionFit end |
#actionHideFinalized ⇒ Object (readonly)
Returns the value of attribute actionHideFinalized.
22 23 24 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 22 def actionHideFinalized @actionHideFinalized end |
#actionKeepSignals ⇒ Object (readonly)
Returns the value of attribute actionKeepSignals.
20 21 22 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 20 def actionKeepSignals @actionKeepSignals end |
#actionOwnership ⇒ Object (readonly)
Returns the value of attribute actionOwnership.
16 17 18 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 16 def actionOwnership @actionOwnership end |
#actionPrefixAdd ⇒ Object (readonly)
Returns the value of attribute actionPrefixAdd.
17 18 19 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 17 def actionPrefixAdd @actionPrefixAdd end |
#actionPrint ⇒ Object (readonly)
Returns the value of attribute actionPrint.
19 20 21 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 19 def actionPrint @actionPrint end |
#actionRedraw ⇒ Object (readonly)
Returns the value of attribute actionRedraw.
12 13 14 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 12 def actionRedraw @actionRedraw end |
#actionShowAll ⇒ Object (readonly)
Returns the value of attribute actionShowAll.
11 12 13 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 11 def actionShowAll @actionShowAll end |
#actionSVGExport ⇒ Object (readonly)
Returns the value of attribute actionSVGExport.
18 19 20 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 18 def actionSVGExport @actionSVGExport end |
#actionUnzoom ⇒ Object (readonly)
Returns the value of attribute actionUnzoom.
14 15 16 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 14 def actionUnzoom @actionUnzoom end |
#actionZoom ⇒ Object (readonly)
Returns the value of attribute actionZoom.
13 14 15 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 13 def actionZoom @actionZoom end |
#centralwidget ⇒ Object (readonly)
Returns the value of attribute centralwidget.
23 24 25 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 23 def end |
#graphics ⇒ Object (readonly)
Returns the value of attribute graphics.
25 26 27 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 25 def graphics @graphics end |
#menubar ⇒ Object (readonly)
Returns the value of attribute menubar.
26 27 28 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 26 def end |
#menuRemovedPrefixes ⇒ Object (readonly)
Returns the value of attribute menuRemovedPrefixes.
29 30 31 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 29 def end |
#menuTask_labels ⇒ Object (readonly)
Returns the value of attribute menuTask_labels.
28 29 30 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 28 def end |
#menuView ⇒ Object (readonly)
Returns the value of attribute menuView.
27 28 29 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 27 def end |
#vboxLayout ⇒ Object (readonly)
Returns the value of attribute vboxLayout.
24 25 26 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 24 def vboxLayout @vboxLayout end |
Instance Method Details
#retranslate_ui(relationsView) ⇒ Object
retranslateUi
134 135 136 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 134 def retranslate_ui(relationsView) retranslateUi(relationsView) end |
#retranslateUi(relationsView) ⇒ Object
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 115 def retranslateUi(relationsView) relationsView.windowTitle = Qt::Application.translate("RelationsView", "MainWindow", nil, Qt::Application::UnicodeUTF8) @actionShowAll.text = Qt::Application.translate("RelationsView", "Show All", nil, Qt::Application::UnicodeUTF8) @actionRedraw.text = Qt::Application.translate("RelationsView", "Redaw", nil, Qt::Application::UnicodeUTF8) @actionZoom.text = Qt::Application.translate("RelationsView", "Zoom +", nil, Qt::Application::UnicodeUTF8) @actionUnzoom.text = Qt::Application.translate("RelationsView", "Zoom -", nil, Qt::Application::UnicodeUTF8) @actionFit.text = Qt::Application.translate("RelationsView", "Fit", nil, Qt::Application::UnicodeUTF8) @actionOwnership.text = Qt::Application.translate("RelationsView", "Ownership", nil, Qt::Application::UnicodeUTF8) @actionPrefixAdd.text = Qt::Application.translate("RelationsView", "Add...", nil, Qt::Application::UnicodeUTF8) @actionSVGExport.text = Qt::Application.translate("RelationsView", "SVG Export", nil, Qt::Application::UnicodeUTF8) @actionPrint.text = Qt::Application.translate("RelationsView", "Print", nil, Qt::Application::UnicodeUTF8) @actionKeepSignals.text = Qt::Application.translate("RelationsView", "Keep signals", nil, Qt::Application::UnicodeUTF8) @actionBookmarksAdd.text = Qt::Application.translate("RelationsView", "Add ...", nil, Qt::Application::UnicodeUTF8) @actionHideFinalized.text = Qt::Application.translate("RelationsView", "Hide Finalized", nil, Qt::Application::UnicodeUTF8) .title = Qt::Application.translate("RelationsView", "View", nil, Qt::Application::UnicodeUTF8) .title = Qt::Application.translate("RelationsView", "Task labels", nil, Qt::Application::UnicodeUTF8) .title = Qt::Application.translate("RelationsView", "Removed prefixes", nil, Qt::Application::UnicodeUTF8) end |
#setup_ui(relationsView) ⇒ Object
setupUi
111 112 113 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 111 def setup_ui(relationsView) setupUi(relationsView) end |
#setupUi(relationsView) ⇒ Object
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 |
# File 'lib/roby/log/gui/relations_view_ui.rb', line 31 def setupUi(relationsView) if relationsView.objectName.nil? relationsView.objectName = "relationsView" end relationsView.resize(800, 600) @actionShowAll = Qt::Action.new(relationsView) @actionShowAll.objectName = "actionShowAll" @actionRedraw = Qt::Action.new(relationsView) @actionRedraw.objectName = "actionRedraw" @actionZoom = Qt::Action.new(relationsView) @actionZoom.objectName = "actionZoom" @actionUnzoom = Qt::Action.new(relationsView) @actionUnzoom.objectName = "actionUnzoom" @actionFit = Qt::Action.new(relationsView) @actionFit.objectName = "actionFit" @actionOwnership = Qt::Action.new(relationsView) @actionOwnership.objectName = "actionOwnership" @actionOwnership.checkable = true @actionOwnership.checked = true @actionPrefixAdd = Qt::Action.new(relationsView) @actionPrefixAdd.objectName = "actionPrefixAdd" @actionSVGExport = Qt::Action.new(relationsView) @actionSVGExport.objectName = "actionSVGExport" @actionPrint = Qt::Action.new(relationsView) @actionPrint.objectName = "actionPrint" @actionKeepSignals = Qt::Action.new(relationsView) @actionKeepSignals.objectName = "actionKeepSignals" @actionKeepSignals.checkable = true @actionKeepSignals.checked = false @actionBookmarksAdd = Qt::Action.new(relationsView) @actionBookmarksAdd.objectName = "actionBookmarksAdd" @actionHideFinalized = Qt::Action.new(relationsView) @actionHideFinalized.objectName = "actionHideFinalized" @actionHideFinalized.checkable = true @actionHideFinalized.checked = true = Qt::Widget.new(relationsView) .objectName = "centralwidget" @vboxLayout = Qt::VBoxLayout.new() @vboxLayout.objectName = "vboxLayout" @graphics = Qt::GraphicsView.new() @graphics.objectName = "graphics" @graphics.renderHints = Qt::Painter::Antialiasing|Qt::Painter::TextAntialiasing @vboxLayout.addWidget(@graphics) relationsView.centralWidget = = Qt::MenuBar.new(relationsView) .objectName = "menubar" .geometry = Qt::Rect.new(0, 0, 800, 29) = Qt::Menu.new() .objectName = "menuView" = Qt::Menu.new() .objectName = "menuTask_labels" = Qt::Menu.new() .objectName = "menuRemovedPrefixes" relationsView.setMenuBar() .addAction(.()) .addAction(.()) .addAction(@actionKeepSignals) .addAction(@actionHideFinalized) .addAction(@actionShowAll) .addAction(@actionRedraw) .addSeparator() .addAction(@actionZoom) .addAction(@actionUnzoom) .addAction(@actionFit) .addSeparator() .addAction(@actionSVGExport) .addAction(@actionPrint) .addAction(@actionOwnership) .addAction(.()) .addAction(@actionPrefixAdd) .addSeparator() retranslateUi(relationsView) Qt::MetaObject.connectSlotsByName(relationsView) end |