Skip to content
Snippets Groups Projects
Select Git revision
  • 25e7d660cf65e10172f58df4905ea2912cfcd4fd
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
31 results

sipvoiplink.cpp

Blame
    • Rafaël Carré's avatar
      25e7d660
      * #6558 : clean sipvoiplink · 25e7d660
      Rafaël Carré authored
      fix a bug in account matching : when receiving a call sflphone would match it
      with an account which had the local ip address as server even if the account was
      deactivated
      25e7d660
      History
      * #6558 : clean sipvoiplink
      Rafaël Carré authored
      fix a bug in account matching : when receiving a call sflphone would match it
      with an account which had the local ip address as server even if the account was
      deactivated
    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