
/*  $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( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QInputDialog
 *  $METHODS$
 *     :cancelButtonText()                                 -> cQString
 *     :comboBoxItems()                                    -> oQStringList
 *     :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( oQObject, cMember )                          -> NIL
 *     :options()                                          -> nInputDialogOptions
 *     :setCancelButtonText( cText )                       -> NIL
 *     :setComboBoxEditable( lEditable )                   -> NIL
 *     :setComboBoxItems( oQStringList )                   -> 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( oQWidget, cTitle, cLabel, nValue, nMin, nMax, nDecimals, @lOk, nFlags )  -> nDouble
 *     :getInt( oQWidget, cTitle, cLabel, nValue, nMin, nMax, nStep, @lOk, nFlags )  -> nInt
 *     :getItem( oQWidget, cTitle, cLabel, oQStringList, nCurrent, lEditable, @lOk, nFlags )  -> cQString
 *     :getText( oQWidget, cTitle, cLabel, nMode, cText, @lOk, nFlags )  -> cQString
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
