SVN commit 1109730 by zhang: remove qt3 M +1 -1 csddialogwidget.ui M +1 -20 debugdialog.ui M +3 -3 eventmonitorwidget.ui M +1 -14 extensiondlg.ui M +0 -6 fieldselect.ui M +1 -6 histogramdialogwidget.ui M +2 -2 ksteventmonitor.cpp M +1 -14 pluginmanager.ui --- branches/work/kst/kst1kde4/kst/src/libkstapp/csddialogwidget.ui #1109729:1109730 @@ -22,7 +22,7 @@ - + 0 --- branches/work/kst/kst1kde4/kst/src/libkstapp/debugdialog.ui #1109729:1109730 @@ -127,7 +127,7 @@ - + 0 @@ -263,25 +263,6 @@ qPixmapFromMimeSource - - - Q3GroupBox - QGroupBox -
Qt3Support/Q3GroupBox
- 1 -
- - Q3Frame - QFrame -
Qt3Support/Q3Frame
- 1 -
- - Q3ListView - Q3Frame -
q3listview.h
-
-
_tabs _email --- branches/work/kst/kst1kde4/kst/src/libkstapp/eventmonitorwidget.ui #1109729:1109730 @@ -304,7 +304,7 @@
- + KstScript @@ -317,13 +317,13 @@ - +
- + ELOG --- branches/work/kst/kst1kde4/kst/src/libkstapp/extensiondlg.ui #1109729:1109730 @@ -15,7 +15,7 @@ - + true @@ -109,19 +109,6 @@ qPixmapFromMimeSource - - - Q3Frame - QFrame -
Qt3Support/Q3Frame
- 1 -
- - Q3ListView - Q3Frame -
q3listview.h
-
-
_extensions _ok --- branches/work/kst/kst1kde4/kst/src/libkstapp/fieldselect.ui #1109729:1109730 @@ -112,12 +112,6 @@ qPixmapFromMimeSource - Q3Frame - QFrame -
Qt3Support/Q3Frame
- 1 -
- VectorListView
--- branches/work/kst/kst1kde4/kst/src/libkstapp/histogramdialogwidget.ui #1109729:1109730 @@ -23,12 +23,7 @@ Histogram Properties - - Q3GroupBox::Box - - - Q3GroupBox::Sunken - + 11 --- branches/work/kst/kst1kde4/kst/src/libkstapp/ksteventmonitor.cpp #1109729:1109730 @@ -161,7 +161,7 @@ event->setLogEMail(_w->checkBoxEMailNotify->isChecked()); event->setLogELOG(_w->checkBoxELOGNotify->isChecked()); event->setEMailRecipients(_w->lineEditEMailRecipients->text()); - event->setScriptCode(_w->_useScript->isChecked() ? _w->_script->text() : QString::null); + event->setScriptCode(_w->_useScript->isChecked() ? _w->_script->toPlainText() : QString::null); if (_w->radioButtonLogNotice->isChecked()) { event->setLevel(KstDebug::Notice); @@ -263,7 +263,7 @@ if (_scriptDirty) { if (_w->_useScript->isChecked()) { - emPtr->setScriptCode(_w->_script->text()); + emPtr->setScriptCode(_w->_script->toPlainText()); } else { emPtr->setScriptCode(QString::null); } --- branches/work/kst/kst1kde4/kst/src/libkstapp/pluginmanager.ui #1109729:1109730 @@ -16,7 +16,7 @@ - + Name @@ -157,19 +157,6 @@ qPixmapFromMimeSource - - - Q3Frame - QFrame -
Qt3Support/Q3Frame
- 1 -
- - Q3ListView - Q3Frame -
q3listview.h
-
-
_pluginList _install