Class: Ui_ExpandChangesDialog

Inherits:
Object
  • Object
show all
Defined in:
lib/tmis/interface/forms/ui_expand_changes.rb

Overview

** Form generated from reading ui file ‘expand_changes.ui’ ** ** Created: Wed Sep 4 12:32:25 2013 ** by: Qt User Interface Compiler version 4.8.5 ** ** WARNING! All changes made in this file will be lost when recompiling ui file!

Direct Known Subclasses

Ui::ExpandChangesDialog

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#buttonBoxObject (readonly)

Returns the value of attribute buttonBox.



23
24
25
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 23

def buttonBox
  @buttonBox
end

#evennessComboBoxObject (readonly)

Returns the value of attribute evennessComboBox.



16
17
18
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 16

def evennessComboBox
  @evennessComboBox
end

#fromDateDateEditObject (readonly)

Returns the value of attribute fromDateDateEdit.



22
23
24
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 22

def fromDateDateEdit
  @fromDateDateEdit
end

#gridLayoutObject (readonly)

Returns the value of attribute gridLayout.



13
14
15
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 13

def gridLayout
  @gridLayout
end

#horizontalLayoutObject (readonly)

Returns the value of attribute horizontalLayout.



17
18
19
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 17

def horizontalLayout
  @horizontalLayout
end

#horizontalLayout_2Object (readonly)

Returns the value of attribute horizontalLayout_2.



14
15
16
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 14

def horizontalLayout_2
  @horizontalLayout_2
end

#horizontalLayout_3Object (readonly)

Returns the value of attribute horizontalLayout_3.



20
21
22
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 20

def horizontalLayout_3
  @horizontalLayout_3
end

#labelObject (readonly)

Returns the value of attribute label.



15
16
17
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 15

def label
  @label
end

#label_2Object (readonly)

Returns the value of attribute label_2.



18
19
20
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 18

def label_2
  @label_2
end

#label_3Object (readonly)

Returns the value of attribute label_3.



21
22
23
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 21

def label_3
  @label_3
end

#toDateDateEditObject (readonly)

Returns the value of attribute toDateDateEdit.



19
20
21
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 19

def toDateDateEdit
  @toDateDateEdit
end

#verticalLayoutObject (readonly)

Returns the value of attribute verticalLayout.



12
13
14
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 12

def verticalLayout
  @verticalLayout
end

#verticalLayout_2Object (readonly)

Returns the value of attribute verticalLayout_2.



11
12
13
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 11

def verticalLayout_2
  @verticalLayout_2
end

Instance Method Details

#retranslate_ui(expandChangesDialog) ⇒ Object

retranslateUi



124
125
126
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 124

def retranslate_ui(expandChangesDialog)
    retranslateUi(expandChangesDialog)
end

#retranslateUi(expandChangesDialog) ⇒ Object



112
113
114
115
116
117
118
119
120
121
122
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 112

def retranslateUi(expandChangesDialog)
expandChangesDialog.windowTitle = Qt::Application.translate("ExpandChangesDialog", "\320\240\320\260\321\201\320\277\321\200\320\276\321\201\321\202\321\200\320\260\320\275\320\265\320\275\320\270\320\265 \320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\320\271", nil, Qt::Application::UnicodeUTF8)
@label.text = Qt::Application.translate("ExpandChangesDialog", "\320\247\321\221\321\202\320\275\320\276\321\201\321\202\321\214:", nil, Qt::Application::UnicodeUTF8)
@evennessComboBox.insertItems(0, [Qt::Application.translate("ExpandChangesDialog", "\320\235\320\265 \320\262\320\260\320\266\320\275\320\276", nil, Qt::Application::UnicodeUTF8),
    Qt::Application.translate("ExpandChangesDialog", "\320\237\320\276 \321\207\321\221\321\202\320\275\321\213\320\274", nil, Qt::Application::UnicodeUTF8),
    Qt::Application.translate("ExpandChangesDialog", "\320\237\320\276 \320\275\320\265\321\207\321\221\321\202\320\275\321\213\320\274", nil, Qt::Application::UnicodeUTF8)])
@label_2.text = Qt::Application.translate("ExpandChangesDialog", "\320\224\320\276 \320\264\320\260\321\202\321\213:", nil, Qt::Application::UnicodeUTF8)
@toDateDateEdit.displayFormat = Qt::Application.translate("ExpandChangesDialog", "d.M.yy (dddd - d MMMM yy)", nil, Qt::Application::UnicodeUTF8)
@label_3.text = Qt::Application.translate("ExpandChangesDialog", "\320\241 \320\275\320\265\320\264\320\265\320\273\320\270:", nil, Qt::Application::UnicodeUTF8)
@fromDateDateEdit.displayFormat = Qt::Application.translate("ExpandChangesDialog", "d.M.yy (dddd - d MMMM yy)", nil, Qt::Application::UnicodeUTF8)
end

#setup_ui(expandChangesDialog) ⇒ Object

setupUi



108
109
110
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 108

def setup_ui(expandChangesDialog)
    setupUi(expandChangesDialog)
end

#setupUi(expandChangesDialog) ⇒ Object



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
# File 'lib/tmis/interface/forms/ui_expand_changes.rb', line 25

def setupUi(expandChangesDialog)
if expandChangesDialog.objectName.nil?
    expandChangesDialog.objectName = "expandChangesDialog"
end
expandChangesDialog.resize(404, 141)
@verticalLayout_2 = Qt::VBoxLayout.new(expandChangesDialog)
@verticalLayout_2.objectName = "verticalLayout_2"
@verticalLayout = Qt::VBoxLayout.new()
@verticalLayout.objectName = "verticalLayout"
@gridLayout = Qt::GridLayout.new()
@gridLayout.objectName = "gridLayout"
@gridLayout.setContentsMargins(-1, 20, -1, -1)
@horizontalLayout_2 = Qt::HBoxLayout.new()
@horizontalLayout_2.objectName = "horizontalLayout_2"
@label = Qt::Label.new(expandChangesDialog)
@label.objectName = "label"

@horizontalLayout_2.addWidget(@label)

@evennessComboBox = Qt::ComboBox.new(expandChangesDialog)
@evennessComboBox.objectName = "evennessComboBox"
@evennessComboBox.minimumSize = Qt::Size.new(270, 0)

@horizontalLayout_2.addWidget(@evennessComboBox)


@gridLayout.addLayout(@horizontalLayout_2, 2, 0, 1, 1)

@horizontalLayout = Qt::HBoxLayout.new()
@horizontalLayout.objectName = "horizontalLayout"
@label_2 = Qt::Label.new(expandChangesDialog)
@label_2.objectName = "label_2"

@horizontalLayout.addWidget(@label_2)

@toDateDateEdit = Qt::DateEdit.new(expandChangesDialog)
@toDateDateEdit.objectName = "toDateDateEdit"
@toDateDateEdit.minimumSize = Qt::Size.new(0, 0)
@toDateDateEdit.calendarPopup = true

@horizontalLayout.addWidget(@toDateDateEdit)


@gridLayout.addLayout(@horizontalLayout, 1, 0, 1, 1)

@horizontalLayout_3 = Qt::HBoxLayout.new()
@horizontalLayout_3.objectName = "horizontalLayout_3"
@label_3 = Qt::Label.new(expandChangesDialog)
@label_3.objectName = "label_3"

@horizontalLayout_3.addWidget(@label_3)

@fromDateDateEdit = Qt::DateEdit.new(expandChangesDialog)
@fromDateDateEdit.objectName = "fromDateDateEdit"
@fromDateDateEdit.minimumSize = Qt::Size.new(0, 0)
@fromDateDateEdit.calendarPopup = true

@horizontalLayout_3.addWidget(@fromDateDateEdit)


@gridLayout.addLayout(@horizontalLayout_3, 0, 0, 1, 1)


@verticalLayout.addLayout(@gridLayout)

@buttonBox = Qt::DialogButtonBox.new(expandChangesDialog)
@buttonBox.objectName = "buttonBox"
@buttonBox.orientation = Qt::Horizontal
@buttonBox.standardButtons = Qt::DialogButtonBox::Cancel|Qt::DialogButtonBox::Ok

@verticalLayout.addWidget(@buttonBox)


@verticalLayout_2.addLayout(@verticalLayout)


retranslateUi(expandChangesDialog)
Qt::Object.connect(@buttonBox, SIGNAL('accepted()'), expandChangesDialog, SLOT('accept()'))
Qt::Object.connect(@buttonBox, SIGNAL('rejected()'), expandChangesDialog, SLOT('reject()'))

Qt::MetaObject.connectSlotsByName(expandChangesDialog)
end