90 """ |
90 """ |
91 Private method used to change the label combo depending on the |
91 Private method used to change the label combo depending on the |
92 selected type. |
92 selected type. |
93 |
93 |
94 @param labelCombo reference to the labelCombo object (QComboBox) |
94 @param labelCombo reference to the labelCombo object (QComboBox) |
95 @param type type string (string) |
95 @param type_ type string (string) |
96 """ |
96 """ |
97 if type_ == "trunk/": |
97 if type_ == "trunk/": |
98 labelCombo.clear() |
98 labelCombo.clear() |
99 labelCombo.setEditText("") |
99 labelCombo.setEditText("") |
100 labelCombo.setEnabled(False) |
100 labelCombo.setEnabled(False) |