Select Git revision
collectioninterface.hpp
-
Emmanuel Lepage Vallée authored
There is still some, but most are fixed. The Person::Address::d_ptr leak a lot of memory. Fixing it trigger something in ASAN and assert, this need investigation. Change-Id: I98b4f18cac7f36a5878f5be6ca17c672d6a3fc72 Tuleap: #414
Emmanuel Lepage Vallée authoredThere is still some, but most are fixed. The Person::Address::d_ptr leak a lot of memory. Fixing it trigger something in ASAN and assert, this need investigation. Change-Id: I98b4f18cac7f36a5878f5be6ca17c672d6a3fc72 Tuleap: #414
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