PDA

View Full Version : Find one error



BadKnees
24th March 2009, 14:37
Can anyone of you point out the one class that really get on my nerves here:eek:

QAbstractFormBuilder

QAbstractExtensionManager

QAbstractExtensionFactory

QAbstractPrintDialog

QAbstractItemView

QAbstractPageSetupDialog

QAbstractSlider

QAbstractGraphicsShapeItem

QAbstractUndoItem

QAbstractProxyModel

QAbstractScrollArea

QAbstractItemDelegate

QAbstractSpinBox

QAbstractButton

QAbstractTextDocumentLayout

QAbstractNetworkCache

QAbstractSocket

QDBusAbstractAdaptor

QAbstractTableModel

QAbstractFileEngineHandler

QAbstractFileEngine

QAbstractFileEngineIterator

QAbstractItemModel

QAbstractEventDispatcher

QAbstractListModel

QAbstractXmlReceiver

QAbstractMessageHandler

QAbstractUriResolver

QAbstractXmlNodeModel

spirit
24th March 2009, 14:41
what do you mean? :confused:

lyuts
24th March 2009, 15:00
I think you are talking about QDBusAbstractAdaptor or QAbstractUriResolver...
Actually, we don't understand what is your problem, there is nothing wrong with them

BadKnees
24th March 2009, 15:33
I meant the QDBusAbstractAdaptor.

Maybe it shouldnt been posted in the "General Qt programming issues", but there's no "General Qt Discussion" forum.

But one thing that i love about Qt is the predictability of the names, methods and parameters. It's allmost as if you know one Qt class you know them all.

But sometimes a name something pops up and pokes you in the eye. Like QDBusAbstractAdaptor. It should have been called QAbstractDBusAdaptor.


Also QStyleOption* is a little out of normal Qt tune. A lot of public variables.

So there's no problem here, just me being chatty...:)