/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $DOC$
    $TEMPLATE$
        Class
    $NAME$
        QInputDialog()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qinputdialog.html
    $ONELINER$
        Creates a new QInputDialog object.
    $INHERITS$
        QDialog
    $SYNTAX$
        QInputDialog():new( ... )
        QInputDialog():from( pPtr_OR_oObj_of_type_QInputDialog )
        QInputDialog():configure( pPtr_OR_oObj_of_type_QInputDialog )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QInputDialog
    $METHODS$
        :cancelButtonText()                                 -> cQString
        :comboBoxItems()                                    -> pQStringList
        :done( nResult )                                    -> NIL
        :doubleDecimals()                                   -> nInt
        :doubleMaximum()                                    -> nDouble
        :doubleMinimum()                                    -> nDouble
        :doubleValue()                                      -> nDouble
        :inputMode()                                        -> nInputMode
        :intMaximum()                                       -> nInt
        :intMinimum()                                       -> nInt
        :intStep()                                          -> nInt
        :intValue()                                         -> nInt
        :isComboBoxEditable()                               -> lBool
        :labelText()                                        -> cQString
        :okButtonText()                                     -> cQString
        :open( pReceiver, pMember )                         -> NIL
        :options()                                          -> nInputDialogOptions
        :setCancelButtonText( cText )                       -> NIL
        :setComboBoxEditable( lEditable )                   -> NIL
        :setComboBoxItems( pItems )                         -> NIL
        :setDoubleDecimals( nDecimals )                     -> NIL
        :setDoubleMaximum( nMax )                           -> NIL
        :setDoubleMinimum( nMin )                           -> NIL
        :setDoubleRange( nMin, nMax )                       -> NIL
        :setDoubleValue( nValue )                           -> NIL
        :setInputMode( nMode )                              -> NIL
        :setIntMaximum( nMax )                              -> NIL
        :setIntMinimum( nMin )                              -> NIL
        :setIntRange( nMin, nMax )                          -> NIL
        :setIntStep( nStep )                                -> NIL
        :setIntValue( nValue )                              -> NIL
        :setLabelText( cText )                              -> NIL
        :setOkButtonText( cText )                           -> NIL
        :setOption( nOption, lOn )                          -> NIL
        :setOptions( nOptions )                             -> NIL
        :setTextEchoMode( nMode )                           -> NIL
        :setTextValue( cText )                              -> NIL
        :testOption( nOption )                              -> lBool
        :textEchoMode()                                     -> nQLineEdit::EchoMode
        :textValue()                                        -> cQString
        :getDouble( pParent, cTitle, cLabel, nValue, nMin, nMax, nDecimals, @lOk, nFlags )  -> nDouble
        :getInt( pParent, cTitle, cLabel, nValue, nMin, nMax, nStep, @lOk, nFlags )  -> nInt
        :getItem( pParent, cTitle, cLabel, pItems, nCurrent, lEditable, @lOk, nFlags )  -> cQString
        :getText( pParent, cTitle, cLabel, nMode, cText, @lOk, nFlags )  -> cQString

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtgui/TQInputDialog.prg
        C++ Wrappers : contrib/hbqt/qtgui/QInputDialog.cpp
        Library      : hbqtgui
    $SEEALSO$
        QDialog
    $END$
 */
