Skip to content
Snippets Groups Projects
Select Git revision
  • 6790d1ec5c8868b8faffaafbcb5cbc25a64648a8
  • master default
  • windows_ci_static
  • c_link
  • cpack
  • windows_ci
  • cert_pk_id
  • proxy_push_result
  • cnode_put_id
  • update-windows-build
  • proxy
  • resubscribe_on_token_change
  • actions
  • client_mode
  • llhttp
  • search_node_add
  • crypto_aes_gcm_argon2
  • ios_notifications
  • log_fmt
  • v2asio
  • fix-msvc
  • v3.4.0
  • v3.3.1
  • v3.3.1rc1
  • v3.3.1rc2
  • v3.3.0
  • v3.2.0
  • v3.1.11
  • v3.1.10
  • v3.1.9
  • v3.1.8.2
  • v3.1.8.1
  • v3.1.8
  • v3.1.7
  • v3.1.6
  • v3.1.5
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1
  • v3.0.1
41 results

utils.cpp

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