

Developers Apps
Graphic Apps
Qt Tools
Utilities
test
Sorry I meant NICE :)
- Aug 08 2008
Nine app. Thanks!
- Aug 08 2008
very nice program, thanks a lot!
- Nov 24 2007
Hi! I'm trying to use QStardict but it is
to slow when working with a lot of dictionaries - GTK stardict works quite
fast with the same dictionaries quantity.
It would be great if you could do something to increase performance. - Oct 17 2007
to slow when working with a lot of dictionaries - GTK stardict works quite
fast with the same dictionaries quantity.
It would be great if you could do something to increase performance. - Oct 17 2007
Thanks for your work!
- Aug 01 2007
It would be very nice to add in qstardict possibility to scan dictionaries folder
recursively like it GTK stardict does.
It would be possibly to store each dictionary in separate folder.
Anyway, thanks for your work - I've tested
0.0.4 version - it looks very promising! - Jul 29 2007
recursively like it GTK stardict does.
It would be possibly to store each dictionary in separate folder.
Anyway, thanks for your work - I've tested
0.0.4 version - it looks very promising! - Jul 29 2007
Thanks for your care! :) It would be not
good if two programs had the same names :))
I tried splitui utility and found that it
may be very useful in some cases.
But... One issue I see -
when I'm trying to run it without
arguments it shows help and then segfaults. I fixed it by adding return
statement when application does not receive any argument:
if (app.arguments().count() <= 1) {
cout << "Usage: splitui <class_name>.ui" << endl;
return -1; //add this
} else {.....}
Best,
vovanec - Jul 01 2007
good if two programs had the same names :))
I tried splitui utility and found that it
may be very useful in some cases.
But... One issue I see -
when I'm trying to run it without
arguments it shows help and then segfaults. I fixed it by adding return
statement when application does not receive any argument:
if (app.arguments().count() <= 1) {
cout << "Usage: splitui <class_name>.ui" << endl;
return -1; //add this
} else {.....}
Best,
vovanec - Jul 01 2007
Thanks for your work.
Now 0.1.1 packages are available at
http://qmmp.ylsoftware.com/download.html - Jun 12 2007
Now 0.1.1 packages are available at
http://qmmp.ylsoftware.com/download.html - Jun 12 2007
Thanks for your native translations!
We'll try to add it to 0.12 version.
One moment - we are going to start
working on 0.2 branch with a lot of new
features and interface changes, so then we
may need your help in translations again :) - Jun 09 2007
We'll try to add it to 0.12 version.
One moment - we are going to start
working on 0.2 branch with a lot of new
features and interface changes, so then we
may need your help in translations again :) - Jun 09 2007
You may easily disable additional plugins
in qmmp.pri file (when you building project via qmake) by the commenting the next options:
CONFIG += JACK_PLUGIN
CONFIG += FLAC_PLUGIN
CONFIG += MUSEPACK_PLUGIN
CONFIG += FFMPEG_PLUGIN
By default all options are enabled. - Jun 09 2007
in qmmp.pri file (when you building project via qmake) by the commenting the next options:
CONFIG += JACK_PLUGIN
CONFIG += FLAC_PLUGIN
CONFIG += MUSEPACK_PLUGIN
CONFIG += FFMPEG_PLUGIN
By default all options are enabled. - Jun 09 2007
I've got "Segmentation fault" when tried
to run demos for value browser.
My Environment - Fedora6 Linux,
Qt-4.3.0-commercial.
I'm not sure if it is troubles with my
system but here is backtrace:
Program terminated with signal 11, Segmentation fault.
#0 0x00a8675c in QAbstractItemModel::staticMetaObject ()
from /usr/local/Trolltech/Qt-4.3.0/lib/libQtCore.so.4
(gdb) bt
#0 0x00a8675c in QAbstractItemModel::staticMetaObject ()
from /usr/local/Trolltech/Qt-4.3.0/lib/libQtCore.so.4
#1 0x00e73009 in TValueBrowser::onItemChanged (this=0x95806c0, item=0x0, column=-1076139624)
at ../src/core/iisValueBrowser.cpp:219
#2 0x00e73009 in TValueBrowser::onItemChanged (this=0x94ca110, item=0x95806c0, column=0)
at ../src/core/iisValueBrowser.cpp:219
#3 0x00e78117 in TValueBrowser::qt_metacall (this=0x94ca110, _c=QMetaObject::InvokeMetaMethod, _id=12,
_a=0xbfdb6e68) at debug/moc_iisValueBrowser.cpp:106
#4 0x009e9fa4 in QMetaObject::activate (sender=0x94ca110, from_signal_index=94, to_signal_index=94,
argv=<value optimized out>) at kernel/qobject.cpp:3064
#5 0x009eaab2 in QMetaObject::activate (sender=0x94ca110, m=0x8d58a8, local_signal_index=5,
argv=0xbfdb6e68) at kernel/qobject.cpp:3123
#6 0x006cc1b9 in QTreeWidget::itemChanged (this=0x94ca110, _t1=0x95806c0, _t2=0)
at .moc/release-shared/moc_qtreewidget.cpp:225
#7 0x006d5c42 in QTreeWidgetPrivate::_q_emitItemChanged (this=0x94d29f0, index=@0xbfdb741c)
at itemviews/qtreewidget.cpp:2159
#8 0x006d6580 in QTreeWidget::qt_metacall (this=0x94ca110, _c=QMetaObject::InvokeMetaMethod, _id=20,
_a=0xbfdb73d8) at .moc/release-shared/moc_qtreewidget.cpp:145
#9 0x00e77e95 in TValueBrowser::qt_metacall (this=0x94ca110, _c=QMetaObject::InvokeMetaMethod, _id=109,
_a=0xbfdb73d8) at debug/moc_iisValueBrowser.cpp:89
#10 0x009e9fa4 in QMetaObject::activate (sender=0x94d5a30, from_signal_index=4, to_signal_index=4,
argv=<value optimized out>) at kernel/qobject.cpp:3064
#11 0x009eaab2 in QMetaObject::activate (sender=0x94d5a30, m=0xa86758, local_signal_index=0,
argv=0xbfdb73d8) at kernel/qobject.cpp:3123
#12 0x00a092c9 in QAbstractItemModel::dataChanged (this=0x94d5a30, _t1=@0xbfdb741c, _t2=@0xbfdb740c)
at .moc/release-shared/moc_qabstractitemmodel.cpp:123
#13 0x006ccb20 in QTreeModel::itemChanged (this=0x94d5a30, item=0x95806c0)
at itemviews/qtreewidget.cpp:709
#14 0x006cd52b in QTreeWidgetItem::itemChanged (this=0x95806c0) at itemviews/qtreewidget.cpp:2053
#15 0x006cd5a0 in QTreeWidgetItemPrivate::propagateDisabled (this=0x95804f8, item=0x95806c0)
at itemviews/qtreewidget.cpp:1580
#16 0x006cf974 in QTreeWidgetItem::insertChild (this=0x9580360, index=0, child=0x95806c0)
at itemviews/qtreewidget.cpp:1845
#17 0x006cfe21 in QTreeWidgetItem::addChild (this=0x9580360, child=0x95806c0)
at itemviews/qtreewidget.cpp:1804
#18 0x006d4062 in QTreeWidgetItem (this=0x95806c0, parent=0x9580360, strings=@0xbfdb758c, type=0)
at itemviews/qtreewidget.cpp:1385
#19 0x00e6f3c2 in TBaseItem (this=0x95806c0, __vtt_parm=0xe89aac, parent=0x9580360, name=@0xbfdb7818,
id=-1) at ../src/core/iisItems.cpp:52
#20 0x00e6f50c in TBaseValue (this=0x95806c0, parent=0x9580360, name=@0xbfdb7818, id=-1)
at ../src/core/iisItems.cpp:368
#21 0x0804d918 in TForm (this=0xbfdb7a8c, parent=0x0) at main.cpp:69
#22 0x0804bb9b in main (argc=11021000, argv=0xa4c6a0) at main.cpp:276
- Jun 07 2007
to run demos for value browser.
My Environment - Fedora6 Linux,
Qt-4.3.0-commercial.
I'm not sure if it is troubles with my
system but here is backtrace:
Program terminated with signal 11, Segmentation fault.
#0 0x00a8675c in QAbstractItemModel::staticMetaObject ()
from /usr/local/Trolltech/Qt-4.3.0/lib/libQtCore.so.4
(gdb) bt
#0 0x00a8675c in QAbstractItemModel::staticMetaObject ()
from /usr/local/Trolltech/Qt-4.3.0/lib/libQtCore.so.4
#1 0x00e73009 in TValueBrowser::onItemChanged (this=0x95806c0, item=0x0, column=-1076139624)
at ../src/core/iisValueBrowser.cpp:219
#2 0x00e73009 in TValueBrowser::onItemChanged (this=0x94ca110, item=0x95806c0, column=0)
at ../src/core/iisValueBrowser.cpp:219
#3 0x00e78117 in TValueBrowser::qt_metacall (this=0x94ca110, _c=QMetaObject::InvokeMetaMethod, _id=12,
_a=0xbfdb6e68) at debug/moc_iisValueBrowser.cpp:106
#4 0x009e9fa4 in QMetaObject::activate (sender=0x94ca110, from_signal_index=94, to_signal_index=94,
argv=<value optimized out>) at kernel/qobject.cpp:3064
#5 0x009eaab2 in QMetaObject::activate (sender=0x94ca110, m=0x8d58a8, local_signal_index=5,
argv=0xbfdb6e68) at kernel/qobject.cpp:3123
#6 0x006cc1b9 in QTreeWidget::itemChanged (this=0x94ca110, _t1=0x95806c0, _t2=0)
at .moc/release-shared/moc_qtreewidget.cpp:225
#7 0x006d5c42 in QTreeWidgetPrivate::_q_emitItemChanged (this=0x94d29f0, index=@0xbfdb741c)
at itemviews/qtreewidget.cpp:2159
#8 0x006d6580 in QTreeWidget::qt_metacall (this=0x94ca110, _c=QMetaObject::InvokeMetaMethod, _id=20,
_a=0xbfdb73d8) at .moc/release-shared/moc_qtreewidget.cpp:145
#9 0x00e77e95 in TValueBrowser::qt_metacall (this=0x94ca110, _c=QMetaObject::InvokeMetaMethod, _id=109,
_a=0xbfdb73d8) at debug/moc_iisValueBrowser.cpp:89
#10 0x009e9fa4 in QMetaObject::activate (sender=0x94d5a30, from_signal_index=4, to_signal_index=4,
argv=<value optimized out>) at kernel/qobject.cpp:3064
#11 0x009eaab2 in QMetaObject::activate (sender=0x94d5a30, m=0xa86758, local_signal_index=0,
argv=0xbfdb73d8) at kernel/qobject.cpp:3123
#12 0x00a092c9 in QAbstractItemModel::dataChanged (this=0x94d5a30, _t1=@0xbfdb741c, _t2=@0xbfdb740c)
at .moc/release-shared/moc_qabstractitemmodel.cpp:123
#13 0x006ccb20 in QTreeModel::itemChanged (this=0x94d5a30, item=0x95806c0)
at itemviews/qtreewidget.cpp:709
#14 0x006cd52b in QTreeWidgetItem::itemChanged (this=0x95806c0) at itemviews/qtreewidget.cpp:2053
#15 0x006cd5a0 in QTreeWidgetItemPrivate::propagateDisabled (this=0x95804f8, item=0x95806c0)
at itemviews/qtreewidget.cpp:1580
#16 0x006cf974 in QTreeWidgetItem::insertChild (this=0x9580360, index=0, child=0x95806c0)
at itemviews/qtreewidget.cpp:1845
#17 0x006cfe21 in QTreeWidgetItem::addChild (this=0x9580360, child=0x95806c0)
at itemviews/qtreewidget.cpp:1804
#18 0x006d4062 in QTreeWidgetItem (this=0x95806c0, parent=0x9580360, strings=@0xbfdb758c, type=0)
at itemviews/qtreewidget.cpp:1385
#19 0x00e6f3c2 in TBaseItem (this=0x95806c0, __vtt_parm=0xe89aac, parent=0x9580360, name=@0xbfdb7818,
id=-1) at ../src/core/iisItems.cpp:52
#20 0x00e6f50c in TBaseValue (this=0x95806c0, parent=0x9580360, name=@0xbfdb7818, id=-1)
at ../src/core/iisItems.cpp:368
#21 0x0804d918 in TForm (this=0xbfdb7a8c, parent=0x0) at main.cpp:69
#22 0x0804bb9b in main (argc=11021000, argv=0xa4c6a0) at main.cpp:276
- Jun 07 2007
I'm waiting for bug reports and feature
requests for the next release,
so if you have some ideas how to improve
this utility mail to author. - May 15 2007
requests for the next release,
so if you have some ideas how to improve
this utility mail to author. - May 15 2007