Skip to content
Snippets Groups Projects
Select Git revision
  • 21f904843623c539e7737cafc7fde12ed2b72b62
  • master default protected
  • release/beta-qt-202301101210
  • stable
  • release/beta-qt-202211182015
  • release/beta-qt-202211181752
  • release/beta-qt-202211171508
  • release/beta-qt-202211081754
  • release/beta-qt-202211071518
  • release/beta-qt-202210270957
  • release/beta-qt-202210071648
  • release/beta-qt-202209291549
  • release/beta-qt-202209011129
  • release/beta-qt-202208261640
  • release/beta-qt-202208241511
  • release/beta-qt-202208231849
  • release/beta-qt-202208091525
  • release/beta-qt-202207191241
  • release/beta-qt-202207181708
  • release/beta-qt-202207131914
  • release/beta-qt-202207131513
  • android/release_358
  • android/release_357
  • android/release_356
  • android/release_355
  • android/release_354
  • 20221220.0956.79e1207
  • android/release_353
  • android/release_352
  • android/release_350
  • android/release_349
  • android/release_348
  • android/release_347
  • 20221031.1308.130cc26
  • android/release_346
  • android/release_345
  • android/release_344
  • android/release_343
  • android/release_342
  • android/release_341
  • android/release_340
41 results

win_compile.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    configurationpanelui.h 3.93 KiB
    /****************************************************************************
    ** Form interface generated from reading ui file 'configurationpanel.ui'
    **
    ** Created: Fri Jan 21 17:23:55 2005
    **      by: The User Interface Compiler ($Id$)
    **
    ** WARNING! All changes made in this file will be lost!
    ****************************************************************************/
    
    #ifndef CONFIGURATIONPANEL_H
    #define CONFIGURATIONPANEL_H
    
    #include <qvariant.h>
    #include <qpixmap.h>
    #include <qdialog.h>
    
    class QVBoxLayout;
    class QHBoxLayout;
    class QGridLayout;
    class QSpacerItem;
    class QFrame;
    class QPushButton;
    class QListBox;
    class QListBoxItem;
    class QLabel;
    class QTabWidget;
    class QWidget;
    class QGroupBox;
    class QLineEdit;
    class QButtonGroup;
    class QRadioButton;
    class QCheckBox;
    class QSpinBox;
    class QComboBox;
    
    class ConfigurationPanel : public QDialog
    {
        Q_OBJECT
    
    public:
        ConfigurationPanel( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
        ~ConfigurationPanel();
    
        QFrame* line1;
        QPushButton* buttonHelp;
        QPushButton* buttonSave;
        QPushButton* buttonCancel;
        QListBox* Menu;
        QLabel* TitleTab;
        QFrame* line2;
        QTabWidget* Tab_Signalisations;
        QWidget* SIPPage;
        QGroupBox* groupBox1;
        QLabel* textLabel2;
        QLineEdit* fullName;
        QLineEdit* userPart;
        QLabel* textLabel3;
        QLabel* textLabel2_3;
        QLineEdit* username;
        QLineEdit* hostPart;
        QLineEdit* sipproxy;
        QLabel* textLabel3_2_2;
        QLineEdit* password;
        QLabel* textLabel1_3;
        QLabel* textLabel3_2;
        QWidget* STUNPage;
        QButtonGroup* buttonGroup3;
        QRadioButton* useStunYes;
        QRadioButton* useStunNo;
        QGroupBox* groupBox3;
        QLabel* textLabel1_5;
        QLineEdit* STUNserver;
        QWidget* DTMFPage;
        QGroupBox* SettingsDTMF;
        QCheckBox* playTones;
        QLabel* labelPulseLength;
        QSpinBox* pulseLength;
        QLabel* labelSendDTMF;
        QComboBox* sendDTMFas;
        QTabWidget* Tab_Audio;
        QWidget* DriversPage;
        QButtonGroup* DriverChoice;
        QRadioButton* ossButton;
        QRadioButton* alsaButton;
        QWidget* CodecsPage;
        QButtonGroup* CodecsChoice;
        QComboBox* codec1;
        QComboBox* codec2;
        QComboBox* codec3;
        QComboBox* codec4;
        QComboBox* codec5;
        QLabel* textLabel1_4;
        QLabel* textLabel1_4_2;
        QLabel* textLabel1_4_3;
        QLabel* textLabel1_4_4;
        QLabel* textLabel1_4_5;
        QTabWidget* Tab_Video;
        QWidget* DriversPage_2;
        QWidget* CodecsPage_2;
        QTabWidget* Tab_Network;
        QWidget* DriversPage_3;
        QWidget* CodecsPage_3;
        QTabWidget* Tab_Preferences;
        QWidget* DriversPage_4;
        QComboBox* SkinChoice;
        QWidget* TabPage;
        QLabel* textLabel1_2;
        QComboBox* zoneToneChoice;
        QCheckBox* confirmationToQuit;
        QCheckBox* checkedTray;
        QCheckBox* autoregister;
        QLabel* textLabel1_6;
        QLineEdit* voicemailNumber;
        QTabWidget* Tab_About;
        QWidget* DriversPage_5;
        QLabel* textLabel2_2;
        QWidget* CodecsPage_4;
        QLabel* pixmapLabel2;
        QLabel* textLabel1;
    
    public slots:
        virtual void saveSlot();
        virtual void changeTabSlot();
    
    protected:
        QGridLayout* ConfigurationPanelLayout;
        QVBoxLayout* layout8;
        QHBoxLayout* layout7;
        QSpacerItem* Horizontal_Spacing2;
        QVBoxLayout* layout14;
        QGridLayout* groupBox1Layout;
        QVBoxLayout* buttonGroup3Layout;
        QGridLayout* SettingsDTMFLayout;
        QVBoxLayout* layout11;
        QHBoxLayout* layout10;
        QSpacerItem* spacer6;
        QHBoxLayout* layout7_2;
        QSpacerItem* spacer3;
        QHBoxLayout* layout8_2;
        QSpacerItem* spacer4;
        QVBoxLayout* DriverChoiceLayout;
        QGridLayout* CodecsChoiceLayout;
        QHBoxLayout* layout11_2;
        QVBoxLayout* layout9;
        QVBoxLayout* layout10_2;
        QVBoxLayout* layout17;
        QHBoxLayout* layout16;
        QSpacerItem* spacer5;
        QHBoxLayout* layout16_2;
        QSpacerItem* spacer6_2;
    
    protected slots:
        virtual void languageChange();
    
    private:
        QPixmap image0;
    
        void init();
    
    };
    
    #endif // CONFIGURATIONPANEL_H