[Kst] branches/work/kst/portto4/kst/src/widgets

Barth Netterfield netterfield at astro.utoronto.ca
Sun Aug 1 20:36:17 CEST 2010


SVN commit 1157967 by netterfield:

Case sensitive completion to allow small and mixed case fields to be entered into
vector combos.


 M  +1 -0      combobox.cpp  


--- branches/work/kst/portto4/kst/src/widgets/combobox.cpp #1157966:1157967
@@ -33,6 +33,7 @@
 
   QCompleter *currentCompleter = completer();
   currentCompleter->setCompletionMode(QCompleter::PopupCompletion);
+  currentCompleter->setCaseSensitivity(Qt::CaseSensitive);
 }
 
 


More information about the Kst mailing list