ui_settings.h
上传用户:huahtool
上传日期:2015-12-10
资源大小:1089k
文件大小:20k
源码类别:

浏览器

开发平台:

Visual C++

  1. /********************************************************************************
  2. ** Form generated from reading ui file 'settings.ui'
  3. **
  4. ** Created: Tue Nov 18 19:00:09 2008
  5. **      by: Qt User Interface Compiler version 4.4.3
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling ui file!
  8. ********************************************************************************/
  9. #ifndef UI_SETTINGS_H
  10. #define UI_SETTINGS_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QCheckBox>
  16. #include <QtGui/QComboBox>
  17. #include <QtGui/QDialog>
  18. #include <QtGui/QDialogButtonBox>
  19. #include <QtGui/QGridLayout>
  20. #include <QtGui/QGroupBox>
  21. #include <QtGui/QLabel>
  22. #include <QtGui/QLineEdit>
  23. #include <QtGui/QPushButton>
  24. #include <QtGui/QSpacerItem>
  25. #include <QtGui/QSpinBox>
  26. #include <QtGui/QTabWidget>
  27. #include <QtGui/QVBoxLayout>
  28. #include <QtGui/QWidget>
  29. QT_BEGIN_NAMESPACE
  30. class Ui_Settings
  31. {
  32. public:
  33.     QGridLayout *gridLayout;
  34.     QDialogButtonBox *buttonBox;
  35.     QTabWidget *tabWidget;
  36.     QWidget *tab;
  37.     QGridLayout *gridLayout_4;
  38.     QLabel *label_3;
  39.     QLineEdit *homeLineEdit;
  40.     QPushButton *setHomeToCurrentPageButton;
  41.     QSpacerItem *horizontalSpacer;
  42.     QLabel *label_4;
  43.     QComboBox *expireHistory;
  44.     QLabel *label_7;
  45.     QLineEdit *downloadsLocation;
  46.     QLabel *label_8;
  47.     QComboBox *openLinksIn;
  48.     QSpacerItem *spacerItem;
  49.     QWidget *tab_3;
  50.     QGridLayout *gridLayout_3;
  51.     QLabel *label_5;
  52.     QLabel *standardLabel;
  53.     QPushButton *standardFontButton;
  54.     QLabel *label_6;
  55.     QLabel *fixedLabel;
  56.     QPushButton *fixedFontButton;
  57.     QSpacerItem *verticalSpacer;
  58.     QWidget *tab_2;
  59.     QVBoxLayout *verticalLayout_3;
  60.     QGroupBox *groupBox;
  61.     QVBoxLayout *verticalLayout_2;
  62.     QCheckBox *enablePlugins;
  63.     QCheckBox *enableJavascript;
  64.     QGroupBox *cookiesGroupBox;
  65.     QGridLayout *gridLayout1;
  66.     QLabel *label_2;
  67.     QComboBox *acceptCombo;
  68.     QPushButton *exceptionsButton;
  69.     QLabel *label;
  70.     QComboBox *keepUntilCombo;
  71.     QPushButton *cookiesButton;
  72.     QSpacerItem *spacerItem1;
  73.     QWidget *tab_4;
  74.     QVBoxLayout *verticalLayout;
  75.     QGroupBox *proxySupport;
  76.     QGridLayout *gridLayout_6;
  77.     QLabel *label_9;
  78.     QComboBox *proxyType;
  79.     QLabel *label_10;
  80.     QLineEdit *proxyHostName;
  81.     QLabel *label_11;
  82.     QSpinBox *proxyPort;
  83.     QSpacerItem *horizontalSpacer_2;
  84.     QLabel *label_12;
  85.     QLineEdit *proxyUserName;
  86.     QLabel *label_13;
  87.     QLineEdit *proxyPassword;
  88.     QSpacerItem *verticalSpacer_2;
  89.     QWidget *tab_5;
  90.     QGridLayout *gridLayout_2;
  91.     QLabel *label_14;
  92.     QLineEdit *userStyleSheet;
  93.     QSpacerItem *verticalSpacer_3;
  94.     void setupUi(QDialog *Settings)
  95.     {
  96.     if (Settings->objectName().isEmpty())
  97.         Settings->setObjectName(QString::fromUtf8("Settings"));
  98.     Settings->resize(657, 322);
  99.     gridLayout = new QGridLayout(Settings);
  100.     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  101.     buttonBox = new QDialogButtonBox(Settings);
  102.     buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  103.     buttonBox->setOrientation(Qt::Horizontal);
  104.     buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  105.     gridLayout->addWidget(buttonBox, 2, 0, 1, 1);
  106.     tabWidget = new QTabWidget(Settings);
  107.     tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
  108.     tab = new QWidget();
  109.     tab->setObjectName(QString::fromUtf8("tab"));
  110.     tab->setGeometry(QRect(0, 0, 627, 243));
  111.     gridLayout_4 = new QGridLayout(tab);
  112.     gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
  113.     label_3 = new QLabel(tab);
  114.     label_3->setObjectName(QString::fromUtf8("label_3"));
  115.     label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  116.     gridLayout_4->addWidget(label_3, 0, 0, 1, 1);
  117.     homeLineEdit = new QLineEdit(tab);
  118.     homeLineEdit->setObjectName(QString::fromUtf8("homeLineEdit"));
  119.     gridLayout_4->addWidget(homeLineEdit, 0, 1, 1, 2);
  120.     setHomeToCurrentPageButton = new QPushButton(tab);
  121.     setHomeToCurrentPageButton->setObjectName(QString::fromUtf8("setHomeToCurrentPageButton"));
  122.     gridLayout_4->addWidget(setHomeToCurrentPageButton, 1, 1, 1, 1);
  123.     horizontalSpacer = new QSpacerItem(280, 18, QSizePolicy::Expanding, QSizePolicy::Minimum);
  124.     gridLayout_4->addItem(horizontalSpacer, 1, 2, 1, 1);
  125.     label_4 = new QLabel(tab);
  126.     label_4->setObjectName(QString::fromUtf8("label_4"));
  127.     label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  128.     gridLayout_4->addWidget(label_4, 2, 0, 1, 1);
  129.     expireHistory = new QComboBox(tab);
  130.     expireHistory->setObjectName(QString::fromUtf8("expireHistory"));
  131.     gridLayout_4->addWidget(expireHistory, 2, 1, 1, 2);
  132.     label_7 = new QLabel(tab);
  133.     label_7->setObjectName(QString::fromUtf8("label_7"));
  134.     label_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  135.     gridLayout_4->addWidget(label_7, 3, 0, 1, 1);
  136.     downloadsLocation = new QLineEdit(tab);
  137.     downloadsLocation->setObjectName(QString::fromUtf8("downloadsLocation"));
  138.     gridLayout_4->addWidget(downloadsLocation, 3, 1, 1, 2);
  139.     label_8 = new QLabel(tab);
  140.     label_8->setObjectName(QString::fromUtf8("label_8"));
  141.     label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  142.     gridLayout_4->addWidget(label_8, 4, 0, 1, 1);
  143.     openLinksIn = new QComboBox(tab);
  144.     openLinksIn->setObjectName(QString::fromUtf8("openLinksIn"));
  145.     gridLayout_4->addWidget(openLinksIn, 4, 1, 1, 2);
  146.     spacerItem = new QSpacerItem(391, 262, QSizePolicy::Minimum, QSizePolicy::Expanding);
  147.     gridLayout_4->addItem(spacerItem, 5, 1, 1, 2);
  148.     tabWidget->addTab(tab, QString());
  149.     tab_3 = new QWidget();
  150.     tab_3->setObjectName(QString::fromUtf8("tab_3"));
  151.     tab_3->setGeometry(QRect(0, 0, 627, 243));
  152.     gridLayout_3 = new QGridLayout(tab_3);
  153.     gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
  154.     label_5 = new QLabel(tab_3);
  155.     label_5->setObjectName(QString::fromUtf8("label_5"));
  156.     label_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  157.     gridLayout_3->addWidget(label_5, 0, 0, 1, 1);
  158.     standardLabel = new QLabel(tab_3);
  159.     standardLabel->setObjectName(QString::fromUtf8("standardLabel"));
  160.     QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
  161.     sizePolicy.setHorizontalStretch(0);
  162.     sizePolicy.setVerticalStretch(0);
  163.     sizePolicy.setHeightForWidth(standardLabel->sizePolicy().hasHeightForWidth());
  164.     standardLabel->setSizePolicy(sizePolicy);
  165.     standardLabel->setFrameShape(QFrame::StyledPanel);
  166.     standardLabel->setAlignment(Qt::AlignCenter);
  167.     gridLayout_3->addWidget(standardLabel, 0, 1, 1, 1);
  168.     standardFontButton = new QPushButton(tab_3);
  169.     standardFontButton->setObjectName(QString::fromUtf8("standardFontButton"));
  170.     gridLayout_3->addWidget(standardFontButton, 0, 2, 1, 1);
  171.     label_6 = new QLabel(tab_3);
  172.     label_6->setObjectName(QString::fromUtf8("label_6"));
  173.     label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  174.     gridLayout_3->addWidget(label_6, 1, 0, 1, 1);
  175.     fixedLabel = new QLabel(tab_3);
  176.     fixedLabel->setObjectName(QString::fromUtf8("fixedLabel"));
  177.     fixedLabel->setFrameShape(QFrame::StyledPanel);
  178.     fixedLabel->setAlignment(Qt::AlignCenter);
  179.     gridLayout_3->addWidget(fixedLabel, 1, 1, 1, 1);
  180.     fixedFontButton = new QPushButton(tab_3);
  181.     fixedFontButton->setObjectName(QString::fromUtf8("fixedFontButton"));
  182.     gridLayout_3->addWidget(fixedFontButton, 1, 2, 1, 1);
  183.     verticalSpacer = new QSpacerItem(20, 93, QSizePolicy::Minimum, QSizePolicy::Expanding);
  184.     gridLayout_3->addItem(verticalSpacer, 2, 1, 1, 1);
  185.     tabWidget->addTab(tab_3, QString());
  186.     tab_2 = new QWidget();
  187.     tab_2->setObjectName(QString::fromUtf8("tab_2"));
  188.     tab_2->setGeometry(QRect(0, 0, 627, 243));
  189.     verticalLayout_3 = new QVBoxLayout(tab_2);
  190.     verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  191.     groupBox = new QGroupBox(tab_2);
  192.     groupBox->setObjectName(QString::fromUtf8("groupBox"));
  193.     verticalLayout_2 = new QVBoxLayout(groupBox);
  194.     verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  195.     enablePlugins = new QCheckBox(groupBox);
  196.     enablePlugins->setObjectName(QString::fromUtf8("enablePlugins"));
  197.     enablePlugins->setChecked(true);
  198.     verticalLayout_2->addWidget(enablePlugins);
  199.     enableJavascript = new QCheckBox(groupBox);
  200.     enableJavascript->setObjectName(QString::fromUtf8("enableJavascript"));
  201.     enableJavascript->setChecked(true);
  202.     verticalLayout_2->addWidget(enableJavascript);
  203.     verticalLayout_3->addWidget(groupBox);
  204.     cookiesGroupBox = new QGroupBox(tab_2);
  205.     cookiesGroupBox->setObjectName(QString::fromUtf8("cookiesGroupBox"));
  206.     gridLayout1 = new QGridLayout(cookiesGroupBox);
  207.     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
  208.     label_2 = new QLabel(cookiesGroupBox);
  209.     label_2->setObjectName(QString::fromUtf8("label_2"));
  210.     label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  211.     gridLayout1->addWidget(label_2, 0, 0, 1, 1);
  212.     acceptCombo = new QComboBox(cookiesGroupBox);
  213.     acceptCombo->setObjectName(QString::fromUtf8("acceptCombo"));
  214.     gridLayout1->addWidget(acceptCombo, 0, 1, 1, 1);
  215.     exceptionsButton = new QPushButton(cookiesGroupBox);
  216.     exceptionsButton->setObjectName(QString::fromUtf8("exceptionsButton"));
  217.     gridLayout1->addWidget(exceptionsButton, 0, 2, 1, 1);
  218.     label = new QLabel(cookiesGroupBox);
  219.     label->setObjectName(QString::fromUtf8("label"));
  220.     label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  221.     gridLayout1->addWidget(label, 1, 0, 1, 1);
  222.     keepUntilCombo = new QComboBox(cookiesGroupBox);
  223.     keepUntilCombo->setObjectName(QString::fromUtf8("keepUntilCombo"));
  224.     gridLayout1->addWidget(keepUntilCombo, 1, 1, 1, 1);
  225.     cookiesButton = new QPushButton(cookiesGroupBox);
  226.     cookiesButton->setObjectName(QString::fromUtf8("cookiesButton"));
  227.     gridLayout1->addWidget(cookiesButton, 1, 2, 1, 1);
  228.     verticalLayout_3->addWidget(cookiesGroupBox);
  229.     spacerItem1 = new QSpacerItem(371, 177, QSizePolicy::Minimum, QSizePolicy::Expanding);
  230.     verticalLayout_3->addItem(spacerItem1);
  231.     tabWidget->addTab(tab_2, QString());
  232.     tab_4 = new QWidget();
  233.     tab_4->setObjectName(QString::fromUtf8("tab_4"));
  234.     tab_4->setGeometry(QRect(0, 0, 627, 243));
  235.     verticalLayout = new QVBoxLayout(tab_4);
  236.     verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  237.     proxySupport = new QGroupBox(tab_4);
  238.     proxySupport->setObjectName(QString::fromUtf8("proxySupport"));
  239.     proxySupport->setCheckable(true);
  240.     gridLayout_6 = new QGridLayout(proxySupport);
  241.     gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
  242.     label_9 = new QLabel(proxySupport);
  243.     label_9->setObjectName(QString::fromUtf8("label_9"));
  244.     label_9->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  245.     gridLayout_6->addWidget(label_9, 0, 0, 1, 1);
  246.     proxyType = new QComboBox(proxySupport);
  247.     proxyType->setObjectName(QString::fromUtf8("proxyType"));
  248.     gridLayout_6->addWidget(proxyType, 0, 1, 1, 2);
  249.     label_10 = new QLabel(proxySupport);
  250.     label_10->setObjectName(QString::fromUtf8("label_10"));
  251.     label_10->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  252.     gridLayout_6->addWidget(label_10, 1, 0, 1, 1);
  253.     proxyHostName = new QLineEdit(proxySupport);
  254.     proxyHostName->setObjectName(QString::fromUtf8("proxyHostName"));
  255.     gridLayout_6->addWidget(proxyHostName, 1, 1, 1, 2);
  256.     label_11 = new QLabel(proxySupport);
  257.     label_11->setObjectName(QString::fromUtf8("label_11"));
  258.     label_11->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  259.     gridLayout_6->addWidget(label_11, 2, 0, 1, 1);
  260.     proxyPort = new QSpinBox(proxySupport);
  261.     proxyPort->setObjectName(QString::fromUtf8("proxyPort"));
  262.     proxyPort->setMaximum(10000);
  263.     proxyPort->setValue(1080);
  264.     gridLayout_6->addWidget(proxyPort, 2, 1, 1, 1);
  265.     horizontalSpacer_2 = new QSpacerItem(293, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  266.     gridLayout_6->addItem(horizontalSpacer_2, 2, 2, 1, 1);
  267.     label_12 = new QLabel(proxySupport);
  268.     label_12->setObjectName(QString::fromUtf8("label_12"));
  269.     label_12->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  270.     gridLayout_6->addWidget(label_12, 3, 0, 1, 1);
  271.     proxyUserName = new QLineEdit(proxySupport);
  272.     proxyUserName->setObjectName(QString::fromUtf8("proxyUserName"));
  273.     gridLayout_6->addWidget(proxyUserName, 3, 1, 1, 2);
  274.     label_13 = new QLabel(proxySupport);
  275.     label_13->setObjectName(QString::fromUtf8("label_13"));
  276.     label_13->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  277.     gridLayout_6->addWidget(label_13, 4, 0, 1, 1);
  278.     proxyPassword = new QLineEdit(proxySupport);
  279.     proxyPassword->setObjectName(QString::fromUtf8("proxyPassword"));
  280.     proxyPassword->setEchoMode(QLineEdit::Password);
  281.     gridLayout_6->addWidget(proxyPassword, 4, 1, 1, 2);
  282.     verticalSpacer_2 = new QSpacerItem(20, 8, QSizePolicy::Minimum, QSizePolicy::Expanding);
  283.     gridLayout_6->addItem(verticalSpacer_2, 5, 0, 1, 1);
  284.     verticalLayout->addWidget(proxySupport);
  285.     tabWidget->addTab(tab_4, QString());
  286.     tab_5 = new QWidget();
  287.     tab_5->setObjectName(QString::fromUtf8("tab_5"));
  288.     gridLayout_2 = new QGridLayout(tab_5);
  289.     gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
  290.     label_14 = new QLabel(tab_5);
  291.     label_14->setObjectName(QString::fromUtf8("label_14"));
  292.     gridLayout_2->addWidget(label_14, 0, 0, 1, 1);
  293.     userStyleSheet = new QLineEdit(tab_5);
  294.     userStyleSheet->setObjectName(QString::fromUtf8("userStyleSheet"));
  295.     gridLayout_2->addWidget(userStyleSheet, 0, 1, 1, 1);
  296.     verticalSpacer_3 = new QSpacerItem(20, 176, QSizePolicy::Minimum, QSizePolicy::Expanding);
  297.     gridLayout_2->addItem(verticalSpacer_3, 1, 1, 1, 1);
  298.     tabWidget->addTab(tab_5, QString());
  299.     gridLayout->addWidget(tabWidget, 1, 0, 1, 1);
  300.     retranslateUi(Settings);
  301.     QObject::connect(buttonBox, SIGNAL(accepted()), Settings, SLOT(accept()));
  302.     QObject::connect(buttonBox, SIGNAL(rejected()), Settings, SLOT(reject()));
  303.     tabWidget->setCurrentIndex(0);
  304.     QMetaObject::connectSlotsByName(Settings);
  305.     } // setupUi
  306.     void retranslateUi(QDialog *Settings)
  307.     {
  308.     Settings->setWindowTitle(QApplication::translate("Settings", "Settings", 0, QApplication::UnicodeUTF8));
  309.     label_3->setText(QApplication::translate("Settings", "Home:", 0, QApplication::UnicodeUTF8));
  310.     setHomeToCurrentPageButton->setText(QApplication::translate("Settings", "Set to current page", 0, QApplication::UnicodeUTF8));
  311.     label_4->setText(QApplication::translate("Settings", "Remove history items:", 0, QApplication::UnicodeUTF8));
  312.     expireHistory->clear();
  313.     expireHistory->insertItems(0, QStringList()
  314.      << QApplication::translate("Settings", "After one day", 0, QApplication::UnicodeUTF8)
  315.      << QApplication::translate("Settings", "After one week", 0, QApplication::UnicodeUTF8)
  316.      << QApplication::translate("Settings", "After two weeks", 0, QApplication::UnicodeUTF8)
  317.      << QApplication::translate("Settings", "After one month", 0, QApplication::UnicodeUTF8)
  318.      << QApplication::translate("Settings", "After one year", 0, QApplication::UnicodeUTF8)
  319.      << QApplication::translate("Settings", "Manually", 0, QApplication::UnicodeUTF8)
  320.     );
  321.     label_7->setText(QApplication::translate("Settings", "Save downloads to:", 0, QApplication::UnicodeUTF8));
  322.     label_8->setText(QApplication::translate("Settings", "Open links from applications:", 0, QApplication::UnicodeUTF8));
  323.     openLinksIn->clear();
  324.     openLinksIn->insertItems(0, QStringList()
  325.      << QApplication::translate("Settings", "In a tab in the current window", 0, QApplication::UnicodeUTF8)
  326.      << QApplication::translate("Settings", "In a new window", 0, QApplication::UnicodeUTF8)
  327.     );
  328.     tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("Settings", "General", 0, QApplication::UnicodeUTF8));
  329.     label_5->setText(QApplication::translate("Settings", "Standard font:", 0, QApplication::UnicodeUTF8));
  330.     standardLabel->setText(QApplication::translate("Settings", "Times 16", 0, QApplication::UnicodeUTF8));
  331.     standardFontButton->setText(QApplication::translate("Settings", "Select...", 0, QApplication::UnicodeUTF8));
  332.     label_6->setText(QApplication::translate("Settings", "Fixed-width font:", 0, QApplication::UnicodeUTF8));
  333.     fixedLabel->setText(QApplication::translate("Settings", "Courier 13", 0, QApplication::UnicodeUTF8));
  334.     fixedFontButton->setText(QApplication::translate("Settings", "Select...", 0, QApplication::UnicodeUTF8));
  335.     tabWidget->setTabText(tabWidget->indexOf(tab_3), QApplication::translate("Settings", "Appearance", 0, QApplication::UnicodeUTF8));
  336.     groupBox->setTitle(QApplication::translate("Settings", "Web Content", 0, QApplication::UnicodeUTF8));
  337.     enablePlugins->setText(QApplication::translate("Settings", "Enable Plugins", 0, QApplication::UnicodeUTF8));
  338.     enableJavascript->setText(QApplication::translate("Settings", "Enable Javascript", 0, QApplication::UnicodeUTF8));
  339.     cookiesGroupBox->setTitle(QApplication::translate("Settings", "Cookies", 0, QApplication::UnicodeUTF8));
  340.     label_2->setText(QApplication::translate("Settings", "Accept Cookies:", 0, QApplication::UnicodeUTF8));
  341.     acceptCombo->clear();
  342.     acceptCombo->insertItems(0, QStringList()
  343.      << QApplication::translate("Settings", "Always", 0, QApplication::UnicodeUTF8)
  344.      << QApplication::translate("Settings", "Never", 0, QApplication::UnicodeUTF8)
  345.      << QApplication::translate("Settings", "Only from sites you navigate to", 0, QApplication::UnicodeUTF8)
  346.     );
  347.     exceptionsButton->setText(QApplication::translate("Settings", "Exceptions...", 0, QApplication::UnicodeUTF8));
  348.     label->setText(QApplication::translate("Settings", "Keep until:", 0, QApplication::UnicodeUTF8));
  349.     keepUntilCombo->clear();
  350.     keepUntilCombo->insertItems(0, QStringList()
  351.      << QApplication::translate("Settings", "They expire", 0, QApplication::UnicodeUTF8)
  352.      << QApplication::translate("Settings", "I exit the application", 0, QApplication::UnicodeUTF8)
  353.      << QApplication::translate("Settings", "At most 90 days", 0, QApplication::UnicodeUTF8)
  354.     );
  355.     cookiesButton->setText(QApplication::translate("Settings", "Cookies...", 0, QApplication::UnicodeUTF8));
  356.     tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("Settings", "Privacy", 0, QApplication::UnicodeUTF8));
  357.     proxySupport->setTitle(QApplication::translate("Settings", "Enable proxy", 0, QApplication::UnicodeUTF8));
  358.     label_9->setText(QApplication::translate("Settings", "Type:", 0, QApplication::UnicodeUTF8));
  359.     proxyType->clear();
  360.     proxyType->insertItems(0, QStringList()
  361.      << QApplication::translate("Settings", "Socks5", 0, QApplication::UnicodeUTF8)
  362.      << QApplication::translate("Settings", "Http", 0, QApplication::UnicodeUTF8)
  363.     );
  364.     label_10->setText(QApplication::translate("Settings", "Host:", 0, QApplication::UnicodeUTF8));
  365.     label_11->setText(QApplication::translate("Settings", "Port:", 0, QApplication::UnicodeUTF8));
  366.     label_12->setText(QApplication::translate("Settings", "User Name:", 0, QApplication::UnicodeUTF8));
  367.     label_13->setText(QApplication::translate("Settings", "Password:", 0, QApplication::UnicodeUTF8));
  368.     tabWidget->setTabText(tabWidget->indexOf(tab_4), QApplication::translate("Settings", "Proxy", 0, QApplication::UnicodeUTF8));
  369.     label_14->setText(QApplication::translate("Settings", "Style Sheet:", 0, QApplication::UnicodeUTF8));
  370.     tabWidget->setTabText(tabWidget->indexOf(tab_5), QApplication::translate("Settings", "Advanced", 0, QApplication::UnicodeUTF8));
  371.     Q_UNUSED(Settings);
  372.     } // retranslateUi
  373. };
  374. namespace Ui {
  375.     class Settings: public Ui_Settings {};
  376. } // namespace Ui
  377. QT_END_NAMESPACE
  378. #endif // UI_SETTINGS_H