2177 self.quickFindtextCombo._editor = self.quickFindtextCombo.lineEdit() |
2177 self.quickFindtextCombo._editor = self.quickFindtextCombo.lineEdit() |
2178 # this allows us not to jump across searched text |
2178 # this allows us not to jump across searched text |
2179 # just because of autocompletion enabled |
2179 # just because of autocompletion enabled |
2180 self.quickFindtextCombo.setAutoCompletion(False) |
2180 self.quickFindtextCombo.setAutoCompletion(False) |
2181 self.quickFindtextCombo.setMinimumWidth(250) |
2181 self.quickFindtextCombo.setMinimumWidth(250) |
|
2182 self.quickFindtextCombo.setSizeAdjustPolicy( |
|
2183 QComboBox.AdjustToMinimumContentsLengthWithIcon) |
2182 self.quickFindtextCombo.addItem("") |
2184 self.quickFindtextCombo.addItem("") |
2183 self.quickFindtextCombo.setWhatsThis(QApplication.translate('ViewManager', |
2185 self.quickFindtextCombo.setWhatsThis(QApplication.translate('ViewManager', |
2184 """<p>Enter the searchtext directly into this field.""" |
2186 """<p>Enter the searchtext directly into this field.""" |
2185 """ The search will be performed case insensitive.""" |
2187 """ The search will be performed case insensitive.""" |
2186 """ The quicksearch function is activated upon activation""" |
2188 """ The quicksearch function is activated upon activation""" |