ui_isettingwidget.h 13.7 KB
/********************************************************************************
** Form generated from reading UI file 'isettingwidget.ui'
**
** Created: Fri Jul 29 16:15:04 2016
**      by: Qt User Interface Compiler version 5.0.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_ISETTINGWIDGET_H
#define UI_ISETTINGWIDGET_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QStackedWidget>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
#include "icheckbox.h"
#include "icombobox.h"
#include "ishowbutton.h"
#include "islider.h"
#include "ismoothpixmaplabel.h"

QT_BEGIN_NAMESPACE

class Ui_ISettingWidget
{
public:
    QVBoxLayout *verticalLayout_2;
    QWidget *widget;
    IShowButton *pushButton;
    IShowButton *pushButton_6;
    QLabel *label;
    QHBoxLayout *horizontalLayout_2;
    QWidget *widget_left;
    IShowButton *pushButton_general;
    IShowButton *pushButton_accounts;
    QStackedWidget *stackedWidget;
    QWidget *page_accounts;
    QWidget *widget_accounts;
    ISmoothPixmapLabel *label_header;
    QLabel *label_nickname;
    QPushButton *pushButton_logout;
    QWidget *page_video;
    QWidget *widget_general;
    IComboBox *comboBox_mic;
    QLabel *label_4;
    QLabel *label_5;
    QLabel *label_6;
    QLabel *label_7;
    IComboBox *comboBox_camera;
    ISlider *horizontalSlider_volume;
    ICheckBox *checkBox_boots;
    ICheckBox *checkBox_callsounds;
    ICheckBox *checkBox_messagesounds;
    ICheckBox *checkBox_Login;
    QLabel *label_8;
    QComboBox *speakerBox;

    void setupUi(QWidget *ISettingWidget)
    {
        if (ISettingWidget->objectName().isEmpty())
            ISettingWidget->setObjectName(QStringLiteral("ISettingWidget"));
        ISettingWidget->resize(700, 500);
        ISettingWidget->setMinimumSize(QSize(700, 500));
        ISettingWidget->setMaximumSize(QSize(700, 500));
        verticalLayout_2 = new QVBoxLayout(ISettingWidget);
        verticalLayout_2->setSpacing(1);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        verticalLayout_2->setContentsMargins(2, 1, 1, 1);
        widget = new QWidget(ISettingWidget);
        widget->setObjectName(QStringLiteral("widget"));
        widget->setMinimumSize(QSize(0, 30));
        widget->setMaximumSize(QSize(16777215, 30));
        widget->setStyleSheet(QStringLiteral("background-color: \"#323f65\";"));
        pushButton = new IShowButton(widget);
        pushButton->setObjectName(QStringLiteral("pushButton"));
        pushButton->setGeometry(QRect(668, 0, 30, 30));
        pushButton->setStyleSheet(QLatin1String("QPushButton{\n"
"        border-image: url(:/Images/Logon/btnclosenorx.png);\n"
"}\n"
"\n"
"QPushButton:hover{\n"
"        border-image: url(:/Images/Logon/btnclosehov.png);\n"
"}\n"
"\n"
"QPushButton:pressed{\n"
"        border-image: url(:/Images/Logon/btnclosepre.png);\n"
"}"));
        pushButton_6 = new IShowButton(widget);
        pushButton_6->setObjectName(QStringLiteral("pushButton_6"));
        pushButton_6->setGeometry(QRect(638, 0, 30, 30));
        pushButton_6->setStyleSheet(QLatin1String("QPushButton{\n"
"        border-image: url(:/Images/Logon/btnminnor.png);\n"
"}\n"
"\n"
"QPushButton:hover{\n"
"        border-image: url(:/Images/Logon/btnminhov.png);\n"
"}\n"
"\n"
"QPushButton:pressed{\n"
"        border-image: url(:/Images/Logon/btnminpre.png);\n"
"}"));
        label = new QLabel(widget);
        label->setObjectName(QStringLiteral("label"));
        label->setGeometry(QRect(0, 0, 71, 30));
        label->setMinimumSize(QSize(0, 30));
        label->setStyleSheet(QLatin1String("background-color: \"#323f65\";\n"
"color:#ffffff;\n"
"font: 12pt \"Arial\";"));

        verticalLayout_2->addWidget(widget);

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
        widget_left = new QWidget(ISettingWidget);
        widget_left->setObjectName(QStringLiteral("widget_left"));
        widget_left->setMinimumSize(QSize(140, 0));
        widget_left->setStyleSheet(QStringLiteral("background-color: #ebedf0;"));
        pushButton_general = new IShowButton(widget_left);
        pushButton_general->setObjectName(QStringLiteral("pushButton_general"));
        pushButton_general->setGeometry(QRect(0, 60, 140, 40));
        pushButton_general->setMinimumSize(QSize(140, 40));
        pushButton_general->setStyleSheet(QLatin1String("QPushButton{\n"
"	background-color: #ebedf0;\n"
"	border-radius:0px;\n"
"	color :#333333;\n"
"	font: 18px \"Arial\";\n"
"}\n"
"\n"
"QPushButton:hover{\n"
"	color :#24c123;\n"
"}\n"
"\n"
"QPushButton:pressed{\n"
"	color :#24c123;\n"
"}\n"
"QPushButton:checked{\n"
"	background-color: #ffffff;\n"
"	color :#24c123;\n"
"}"));
        pushButton_general->setCheckable(true);
        pushButton_general->setChecked(false);
        pushButton_accounts = new IShowButton(widget_left);
        pushButton_accounts->setObjectName(QStringLiteral("pushButton_accounts"));
        pushButton_accounts->setGeometry(QRect(0, 20, 140, 40));
        pushButton_accounts->setMinimumSize(QSize(140, 40));
        pushButton_accounts->setStyleSheet(QLatin1String("QPushButton{\n"
"	background-color: #ebedf0;\n"
"	border-radius: 0px;\n"
"	color :#333333;\n"
"	font: 18px \"Arial\";\n"
"}\n"
"\n"
"QPushButton:hover{\n"
"	color :#24c123;\n"
"}\n"
"\n"
"QPushButton:pressed{\n"
"	color :#24c123;\n"
"}\n"
"QPushButton:checked{\n"
"	background-color: #ffffff;\n"
"	color :#24c123;\n"
"}"));
        pushButton_accounts->setCheckable(true);
        pushButton_accounts->setChecked(true);

        horizontalLayout_2->addWidget(widget_left);

        stackedWidget = new QStackedWidget(ISettingWidget);
        stackedWidget->setObjectName(QStringLiteral("stackedWidget"));
        page_accounts = new QWidget();
        page_accounts->setObjectName(QStringLiteral("page_accounts"));
        widget_accounts = new QWidget(page_accounts);
        widget_accounts->setObjectName(QStringLiteral("widget_accounts"));
        widget_accounts->setGeometry(QRect(0, 0, 550, 466));
        widget_accounts->setStyleSheet(QStringLiteral("background-color: rgb(255, 255, 255);"));
        label_header = new ISmoothPixmapLabel(widget_accounts);
        label_header->setObjectName(QStringLiteral("label_header"));
        label_header->setGeometry(QRect(237, 112, 90, 90));
        label_header->setStyleSheet(QStringLiteral("background-color: rgb(144, 213, 255);"));
        label_nickname = new QLabel(widget_accounts);
        label_nickname->setObjectName(QStringLiteral("label_nickname"));
        label_nickname->setGeometry(QRect(160, 220, 251, 25));
        label_nickname->setLayoutDirection(Qt::LeftToRight);
        label_nickname->setStyleSheet(QLatin1String("\n"
"	border-radius:0px;\n"
"	color :#333333;\n"
"	font: 18px \"Arial\";"));
        label_nickname->setAlignment(Qt::AlignCenter);
        pushButton_logout = new QPushButton(widget_accounts);
        pushButton_logout->setObjectName(QStringLiteral("pushButton_logout"));
        pushButton_logout->setGeometry(QRect(200, 270, 160, 40));
        pushButton_logout->setStyleSheet(QLatin1String("QPushButton{\n"
"	background-color: #24c123;\n"
"	border-radius: 5px;\n"
"	color :white;\n"
"	font: 18px \"Arial\";\n"
"}\n"
"\n"
"QPushButton:hover{\n"
"	background-color: #36dc35;\n"
"}\n"
"\n"
"QPushButton:pressed{\n"
"	background-color: #34ac34;\n"
"}"));
        stackedWidget->addWidget(page_accounts);
        page_video = new QWidget();
        page_video->setObjectName(QStringLiteral("page_video"));
        widget_general = new QWidget(page_video);
        widget_general->setObjectName(QStringLiteral("widget_general"));
        widget_general->setGeometry(QRect(0, 0, 550, 466));
        widget_general->setStyleSheet(QStringLiteral("background-color: rgb(255, 255, 255);"));
        comboBox_mic = new IComboBox(widget_general);
        comboBox_mic->setObjectName(QStringLiteral("comboBox_mic"));
        comboBox_mic->setGeometry(QRect(210, 30, 200, 30));
        comboBox_mic->setStyleSheet(QStringLiteral(""));
        label_4 = new QLabel(widget_general);
        label_4->setObjectName(QStringLiteral("label_4"));
        label_4->setGeometry(QRect(60, 32, 91, 21));
        label_4->setStyleSheet(QLatin1String("QLabel{\n"
"	border-radius:0px;\n"
"	color :#333333;\n"
"	font: 16px \"Arial\";\n"
"}"));
        label_5 = new QLabel(widget_general);
        label_5->setObjectName(QStringLiteral("label_5"));
        label_5->setGeometry(QRect(60, 90, 81, 16));
        label_5->setStyleSheet(QLatin1String("QLabel{\n"
"	border-radius:0px;\n"
"	color :#333333;\n"
"	font: 16px \"Arial\";\n"
"}"));
        label_6 = new QLabel(widget_general);
        label_6->setObjectName(QStringLiteral("label_6"));
        label_6->setGeometry(QRect(60, 140, 91, 16));
        label_6->setStyleSheet(QLatin1String("QLabel{\n"
"	border-radius:0px;\n"
"	color :#333333;\n"
"	font: 16px \"Arial\";\n"
"}"));
        label_7 = new QLabel(widget_general);
        label_7->setObjectName(QStringLiteral("label_7"));
        label_7->setGeometry(QRect(60, 289, 101, 20));
        label_7->setStyleSheet(QLatin1String("QLabel{\n"
"	border-radius:0px;\n"
"	color :#333333;\n"
"	font: 16px \"Arial\";\n"
"}"));
        comboBox_camera = new IComboBox(widget_general);
        comboBox_camera->setObjectName(QStringLiteral("comboBox_camera"));
        comboBox_camera->setGeometry(QRect(210, 135, 200, 30));
        comboBox_camera->setProperty("toolTipDuration", QVariant(-1));
        horizontalSlider_volume = new ISlider(widget_general);
        horizontalSlider_volume->setObjectName(QStringLiteral("horizontalSlider_volume"));
        horizontalSlider_volume->setGeometry(QRect(210, 86, 200, 30));
        horizontalSlider_volume->setMaximum(20);
        horizontalSlider_volume->setPageStep(1);
        horizontalSlider_volume->setOrientation(Qt::Horizontal);
        checkBox_boots = new ICheckBox(widget_general);
        checkBox_boots->setObjectName(QStringLiteral("checkBox_boots"));
        checkBox_boots->setGeometry(QRect(210, 324, 191, 20));
        checkBox_callsounds = new ICheckBox(widget_general);
        checkBox_callsounds->setObjectName(QStringLiteral("checkBox_callsounds"));
        checkBox_callsounds->setGeometry(QRect(210, 357, 191, 16));
        checkBox_callsounds->setChecked(true);
        checkBox_callsounds->setTristate(false);
        checkBox_messagesounds = new ICheckBox(widget_general);
        checkBox_messagesounds->setObjectName(QStringLiteral("checkBox_messagesounds"));
        checkBox_messagesounds->setGeometry(QRect(210, 390, 211, 16));
        checkBox_messagesounds->setChecked(true);
        checkBox_Login = new ICheckBox(widget_general);
        checkBox_Login->setObjectName(QStringLiteral("checkBox_Login"));
        checkBox_Login->setGeometry(QRect(210, 294, 191, 20));
        label_8 = new QLabel(widget_general);
        label_8->setObjectName(QStringLiteral("label_8"));
        label_8->setGeometry(QRect(60, 195, 91, 16));
        label_8->setStyleSheet(QLatin1String("QLabel{\n"
"	border-radius:0px;\n"
"	color :#333333;\n"
"	font: 16px \"Arial\";\n"
"}"));
        label_8->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
        speakerBox = new QComboBox(widget_general);
        speakerBox->setObjectName(QStringLiteral("speakerBox"));
        speakerBox->setGeometry(QRect(210, 190, 200, 30));
        speakerBox->setEditable(false);
        stackedWidget->addWidget(page_video);

        horizontalLayout_2->addWidget(stackedWidget);


        verticalLayout_2->addLayout(horizontalLayout_2);


        retranslateUi(ISettingWidget);

        stackedWidget->setCurrentIndex(0);
        comboBox_camera->setCurrentIndex(-1);


        QMetaObject::connectSlotsByName(ISettingWidget);
    } // setupUi

    void retranslateUi(QWidget *ISettingWidget)
    {
        ISettingWidget->setWindowTitle(QApplication::translate("ISettingWidget", "viptalk", 0));
        pushButton->setText(QString());
        pushButton_6->setText(QString());
        label->setText(QApplication::translate("ISettingWidget", " Setting", 0));
        pushButton_general->setText(QApplication::translate("ISettingWidget", "General", 0));
        pushButton_accounts->setText(QApplication::translate("ISettingWidget", "My Accounts", 0));
        label_header->setText(QString());
        label_nickname->setText(QApplication::translate("ISettingWidget", "Nikita", 0));
        pushButton_logout->setText(QApplication::translate("ISettingWidget", "Log Out", 0));
        label_4->setText(QApplication::translate("ISettingWidget", "Microphone", 0));
        label_5->setText(QApplication::translate("ISettingWidget", "Volume", 0));
        label_6->setText(QApplication::translate("ISettingWidget", "Camera", 0));
        label_7->setText(QApplication::translate("ISettingWidget", "General", 0));
        checkBox_boots->setText(QApplication::translate("ISettingWidget", "Run viptalk when PC boots", 0));
        checkBox_callsounds->setText(QApplication::translate("ISettingWidget", "Play sounds related to calls", 0));
        checkBox_messagesounds->setText(QApplication::translate("ISettingWidget", "Play sounds related to messages", 0));
        checkBox_Login->setText(QApplication::translate("ISettingWidget", "Auto Login", 0));
        label_8->setText(QApplication::translate("ISettingWidget", "Speaker", 0));
        speakerBox->setProperty("currentText", QVariant(QString()));
    } // retranslateUi

};

namespace Ui {
    class ISettingWidget: public Ui_ISettingWidget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ISETTINGWIDGET_H