[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Mar 2 05:21:48 CET 2004
CVS commit by staikos:
Trolltech: *PLEASE* add an option to designer to retain compatibility with
version X of Qt, or at least leave the old designer version number in the .ui
file. This gets tedious!
M +1 -1 datawizard.ui 1.4
M +1 -1 datawizard.ui.h 1.3
--- kdeextragear-2/kst/kst/datawizard.ui #1.3:1.4
@@ -1,3 +1,3 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>DataWizard</class>
<widget class="QWizard">
--- kdeextragear-2/kst/kst/datawizard.ui.h #1.2:1.3
@@ -119,5 +119,5 @@ void DataWizard::vectorSubset( const QSt
QListViewItem *after = 0L;
_vectors->clearSelection();
- _vectors->setSortColumn(2);
+ _vectors->setSorting(2, true); // Qt 3.1 compat
QRegExp re(filter, false /* case sensitive */, true /* wildcard */);
QListViewItemIterator it(_vectors);
More information about the Kst
mailing list