Skip to content
Snippets Groups Projects
Select Git revision
  • bbcf0e4d2f9e4b15fca493d7d4a8808dad821313
  • master default protected
  • beta/202507211539
  • stable/20250718.0
  • nightly/20250718.0
  • nightly/20250714.0
  • beta/202507141552
  • beta/202506161038
  • stable/20250613.0
  • nightly/20250613.0
  • beta/202506101658
  • stable/20250610.0
  • nightly/20250610.0
  • beta/202506091027
  • beta/202506061543
  • nightly/20250605.0
  • beta/202506051039
  • beta/202506051002
  • beta/202506041611
  • beta/202506041335
  • beta/202505231812
  • stable/20250523.0
22 results

copy-runtime-files.ps1

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    url_inputui.h 906 B
    /****************************************************************************
    ** Form interface generated from reading ui file 'url_input.ui'
    **
    ** Created: Mon Jan 31 18:13:29 2005
    **      by: The User Interface Compiler ($Id$)
    **
    ** WARNING! All changes made in this file will be lost!
    ****************************************************************************/
    
    #ifndef URL_INPUT_H
    #define URL_INPUT_H
    
    #include <qvariant.h>
    #include <qdialog.h>
    
    class QVBoxLayout;
    class QHBoxLayout;
    class QGridLayout;
    class QSpacerItem;
    class QPushButton;
    class QLineEdit;
    
    class URL_Input : public QDialog
    {
        Q_OBJECT
    
    public:
        URL_Input( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
        ~URL_Input();
    
        QPushButton* buttonCancel;
        QLineEdit* url;
        QPushButton* buttonOK;
    
    protected:
    
    protected slots:
        virtual void languageChange();
    
    };
    
    #endif // URL_INPUT_H