After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 14 KiB |
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
sudo -E calamares -D6
|
|
@ -0,0 +1,14 @@
|
|||||||
|
#include "languagechangedialog.h"
|
||||||
|
#include "ui_languagechangedialog.h"
|
||||||
|
|
||||||
|
LanguageChangeDialog::LanguageChangeDialog(QWidget *parent) :
|
||||||
|
QDialog(parent),
|
||||||
|
ui(new Ui::LanguageChangeDialog)
|
||||||
|
{
|
||||||
|
ui->setupUi(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
LanguageChangeDialog::~LanguageChangeDialog()
|
||||||
|
{
|
||||||
|
delete ui;
|
||||||
|
}
|
@ -0,0 +1,22 @@
|
|||||||
|
#ifndef LANGUAGECHANGEDIALOG_H
|
||||||
|
#define LANGUAGECHANGEDIALOG_H
|
||||||
|
|
||||||
|
#include <QDialog>
|
||||||
|
|
||||||
|
namespace Ui {
|
||||||
|
class LanguageChangeDialog;
|
||||||
|
}
|
||||||
|
|
||||||
|
class LanguageChangeDialog : public QDialog
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
explicit LanguageChangeDialog(QWidget *parent = nullptr);
|
||||||
|
~LanguageChangeDialog();
|
||||||
|
|
||||||
|
private:
|
||||||
|
Ui::LanguageChangeDialog *ui;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // LANGUAGECHANGEDIALOG_H
|
@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ui version="4.0">
|
||||||
|
<class>LanguageChangeDialog</class>
|
||||||
|
<widget class="QDialog" name="LanguageChangeDialog">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>373</width>
|
||||||
|
<height>66</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="windowTitle">
|
||||||
|
<string>Lubuntu</string>
|
||||||
|
</property>
|
||||||
|
<property name="windowIcon">
|
||||||
|
<iconset theme="system-software-install">
|
||||||
|
<normaloff>.</normaloff>.</iconset>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="text">
|
||||||
|
<string>Changing language...</string>
|
||||||
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignCenter</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QProgressBar" name="progressBar">
|
||||||
|
<property name="maximum">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="value">
|
||||||
|
<number>-1</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<resources/>
|
||||||
|
<connections/>
|
||||||
|
</ui>
|
@ -1,8 +1,9 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file alias="logo">../img/lubuntu-logo.png</file>
|
|
||||||
<file alias="background">../img/background.png</file>
|
<file alias="background">../img/background.png</file>
|
||||||
<file alias="installer">../img/installer.png</file>
|
<file alias="installer">../img/installer.png</file>
|
||||||
<file alias="symbol">../img/symbol.png</file>
|
<file alias="symbol">../img/symbol.png</file>
|
||||||
|
<file alias="logo">../img/lubuntu-logo.png</file>
|
||||||
|
<file alias="arrow-down">../img/arrow-down.svg</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -1,146 +1,134 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE TS>
|
<!DOCTYPE TS>
|
||||||
<TS version="2.1" language="es">
|
<TS version="2.1" language="es">
|
||||||
<context>
|
<context>
|
||||||
<name>InstallerPrompt</name>
|
<name>InstallerPrompt</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.ui" line="20"/>
|
<location filename="../installerprompt.ui" line="20"/>
|
||||||
<source>Try or Install Lubuntu</source>
|
<source>Try or Install Lubuntu</source>
|
||||||
<translation>Probar o instalar Lubuntu</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.ui" line="237"/>
|
<location filename="../installerprompt.ui" line="202"/>
|
||||||
<source>Select Your Language:</source>
|
<source>Select Your Language:</source>
|
||||||
<translation>Elige tu idioma:</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.ui" line="263"/>
|
<location filename="../installerprompt.ui" line="281"/>
|
||||||
<source>✅ Confirm</source>
|
<source>Internet Connection:</source>
|
||||||
<translation>✅ Confirmar</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.ui" line="280"/>
|
<location filename="../installerprompt.ui" line="371"/>
|
||||||
<source>You entered an incorrect password. Please try again.</source>
|
<source><html><head/><body><p><span style=" font-size:12pt;">Try Lubuntu without installing it on your system. Allows you to use programs, browse the Web, and even temporarily install apps without modifying your system. Changes made within the live environment will be lost when the computer shuts down.</span></p></body></html></source>
|
||||||
<translation>Ha ingresado una contraseña incorrecta. Intente de nuevo.</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.ui" line="320"/>
|
<location filename="../installerprompt.ui" line="389"/>
|
||||||
<source>Select a Wi-Fi Network:</source>
|
|
||||||
<translation>Seleccione una red Wi-Fi:</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../installerprompt.cpp" line="205"/>
|
|
||||||
<source>Connect</source>
|
|
||||||
<translation>Conectar</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../installerprompt.ui" line="380"/>
|
|
||||||
<source>(For advanced network configuration, select "Try Lubuntu")</source>
|
|
||||||
<translation>(Para la configuración de red avanzada, seleccione "Probar Lubuntu")</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../installerprompt.ui" line="419"/>
|
|
||||||
<source>✅ Connect</source>
|
|
||||||
<translation>✅ Conectar</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../installerprompt.ui" line="433"/>
|
|
||||||
<location filename="../installerprompt.cpp" line="475"/>
|
|
||||||
<source>Changing language...</source>
|
|
||||||
<translation>Cambiando idioma...</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../installerprompt.ui" line="525"/>
|
|
||||||
<source><html><head/><body><p><span style=" font-size:12pt;">Try Lubuntu without installing it on your system. Allows you to use programs, browse the Web, and even temporarily install apps without modifying your system. Changes made within the live environment will be lost when the computer shuts down.</span></p></body></html></source>
|
|
||||||
<translation><html> <head/> <body> <p> <span style = "font-size: 12pt;"> Pruebe Lubuntu sin instalarlo en su sistema. Le permite usar programas, navegar por la web e incluso instalar aplicaciones temporalmente sin modificar su sistema. Los cambios realizados en el entorno en vivo se perderán cuando la computadora se apague. </span> </p> </body> </html></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../installerprompt.ui" line="539"/>
|
|
||||||
<source> Try Lubuntu</source>
|
<source> Try Lubuntu</source>
|
||||||
<translation> Probar Lubuntu</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.ui" line="589"/>
|
<location filename="../installerprompt.ui" line="438"/>
|
||||||
<source><html><head/><body><p><span style=" font-size:12pt;">Install Lubuntu onto your system. You can install Lubuntu by itself, or alongside an existing operating system.</span></p></body></html></source>
|
<source><html><head/><body><p><span style=" font-size:12pt;">Install Lubuntu onto your system. You can install Lubuntu by itself, or alongside an existing operating system.</span></p></body></html></source>
|
||||||
<translation><html> <head/> <body> <p> <span style = "font-size: 12pt;"> Instale Lubuntu en su sistema. Puede instalar Lubuntu por sí mismo, o junto con un sistema operativo existente. </span> </p> </body> </html></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.ui" line="600"/>
|
<location filename="../installerprompt.ui" line="453"/>
|
||||||
<source> Install Lubuntu</source>
|
<source> Install Lubuntu</source>
|
||||||
<translation> Instalar Lubuntu</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="49"/>
|
<location filename="../installerprompt.cpp" line="68"/>
|
||||||
<location filename="../installerprompt.cpp" line="256"/>
|
<location filename="../installerprompt.cpp" line="175"/>
|
||||||
<location filename="../installerprompt.cpp" line="271"/>
|
<location filename="../installerprompt.cpp" line="226"/>
|
||||||
|
<location filename="../installerprompt.cpp" line="300"/>
|
||||||
|
<location filename="../installerprompt.cpp" line="345"/>
|
||||||
<source>Error</source>
|
<source>Error</source>
|
||||||
<translation>Error</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="49"/>
|
<location filename="../installerprompt.cpp" line="68"/>
|
||||||
<source>Background image cannot be loaded.</source>
|
<source>Background image cannot be loaded.</source>
|
||||||
<translation>La imagen de fondo no se puede cargar.</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="108"/>
|
<location filename="../installerprompt.cpp" line="175"/>
|
||||||
<source>Not Connected</source>
|
<source>Selected Ethernet device has no network!</source>
|
||||||
<translation>No Conectado</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="194"/>
|
<location filename="../installerprompt.cpp" line="226"/>
|
||||||
<source>Wi-Fi Password Required</source>
|
<source>Failed to add WiFi connection.</source>
|
||||||
<translation>Se requiere contraseña de Wi-Fi</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="203"/>
|
<location filename="../installerprompt.cpp" line="251"/>
|
||||||
<source>Enter password for "%1":</source>
|
<location filename="../installerprompt.cpp" line="275"/>
|
||||||
<translation>Ingrese la contraseña para "%1":</translation>
|
<source>Connected</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="256"/>
|
<location filename="../installerprompt.cpp" line="251"/>
|
||||||
<source>Failed to create Wi-Fi settings.</source>
|
<location filename="../installerprompt.cpp" line="275"/>
|
||||||
<translation>No se pudo crear la configuración de Wi-Fi.</translation>
|
<source>Disconnected</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="271"/>
|
<location filename="../installerprompt.cpp" line="255"/>
|
||||||
<source>Failed to add Wi-Fi connection.</source>
|
<source>Ethernet %1: %2</source>
|
||||||
<translation>No se pudo agregar la conexión Wi-Fi.</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="472"/>
|
<location filename="../installerprompt.cpp" line="279"/>
|
||||||
<source>Unable to download full language support, changing anyway...</source>
|
<source>WiFi %1: %2</source>
|
||||||
<translation>No se puede descargar el soporte completo de idiomas, cambiando de todos modos...</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.ui" line="727"/>
|
<location filename="../installerprompt.cpp" line="300"/>
|
||||||
<location filename="../installerprompt.cpp" line="114"/>
|
<source>WiFi password was incorrect.</source>
|
||||||
<source>Connected</source>
|
<translation type="unfinished"></translation>
|
||||||
<translation>Conectado</translation>
|
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="119"/>
|
<location filename="../installerprompt.cpp" line="345"/>
|
||||||
<source>Connecting...</source>
|
<source>Something has gone very wrong trying to parse the list of supported languages!</source>
|
||||||
<translation>Conectando...</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>LanguageChangeDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="124"/>
|
<location filename="../languagechangedialog.ui" line="14"/>
|
||||||
<source>Disconnecting...</source>
|
<source>Lubuntu</source>
|
||||||
<translation>Desconectando...</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="130"/>
|
<location filename="../languagechangedialog.ui" line="24"/>
|
||||||
<source>Unknown Status</source>
|
<source>Changing language...</source>
|
||||||
<translation>Estado Desconocido</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>WifiPasswordDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="330"/>
|
<location filename="../wifipassworddialog.ui" line="14"/>
|
||||||
<source>WiFi Not Available</source>
|
<source>Dialog</source>
|
||||||
<translation>Wifi No Disponible</translation>
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../wifipassworddialog.ui" line="72"/>
|
||||||
|
<source>wifilabel</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../wifipassworddialog.ui" line="102"/>
|
||||||
|
<source>Connect</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../installerprompt.cpp" line="330"/>
|
<location filename="../wifipassworddialog.cpp" line="9"/>
|
||||||
<source>No WiFi devices were found on this system.</source>
|
<source>Enter password for %1:</source>
|
||||||
<translation>No se encontraron dispositivos WiFi en este sistema.</translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
@ -0,0 +1,26 @@
|
|||||||
|
#include "wifipassworddialog.h"
|
||||||
|
#include "ui_wifipassworddialog.h"
|
||||||
|
|
||||||
|
WifiPasswordDialog::WifiPasswordDialog(QString ssid, QWidget *parent) :
|
||||||
|
QDialog(parent),
|
||||||
|
ui(new Ui::WifiPasswordDialog)
|
||||||
|
{
|
||||||
|
ui->setupUi(this);
|
||||||
|
ui->wifiLabel->setText(tr("Enter password for %1:").arg(ssid));
|
||||||
|
}
|
||||||
|
|
||||||
|
WifiPasswordDialog::~WifiPasswordDialog()
|
||||||
|
{
|
||||||
|
delete ui;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WifiPasswordDialog::onConnectClicked()
|
||||||
|
{
|
||||||
|
password = ui->passwordBox->text();
|
||||||
|
this->done(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
QString WifiPasswordDialog::getPassword()
|
||||||
|
{
|
||||||
|
return password;
|
||||||
|
}
|
@ -0,0 +1,27 @@
|
|||||||
|
#ifndef WIFIPASSWORDDIALOG_H
|
||||||
|
#define WIFIPASSWORDDIALOG_H
|
||||||
|
|
||||||
|
#include <QDialog>
|
||||||
|
|
||||||
|
namespace Ui {
|
||||||
|
class WifiPasswordDialog;
|
||||||
|
}
|
||||||
|
|
||||||
|
class WifiPasswordDialog : public QDialog
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
explicit WifiPasswordDialog(QString ssid, QWidget *parent = nullptr);
|
||||||
|
~WifiPasswordDialog();
|
||||||
|
QString getPassword();
|
||||||
|
|
||||||
|
private slots:
|
||||||
|
void onConnectClicked();
|
||||||
|
|
||||||
|
private:
|
||||||
|
Ui::WifiPasswordDialog *ui;
|
||||||
|
QString password;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // WIFIPASSWORDDIALOG_H
|
@ -0,0 +1,110 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ui version="4.0">
|
||||||
|
<class>WifiPasswordDialog</class>
|
||||||
|
<widget class="QDialog" name="WifiPasswordDialog">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>312</width>
|
||||||
|
<height>151</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="windowTitle">
|
||||||
|
<string>Dialog</string>
|
||||||
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">QWidget {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton {
|
||||||
|
background-color: rgba(200, 200, 200, 0.8);
|
||||||
|
color: #ffffff;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 10px 20px;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:hover {
|
||||||
|
background-color: rgba(30, 144, 255, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:disabled {
|
||||||
|
background-color: rgba(169, 169, 169, 0.8);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
QComboBox, QLineEdit {
|
||||||
|
background-color: rgba(255, 255, 255, 0.65);
|
||||||
|
color: #000000;
|
||||||
|
border: 1px solid #ffffff;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 5px;
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel {
|
||||||
|
qproperty-alignment: 'AlignCenter';
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#logoLabel {
|
||||||
|
image: url(:/logo);
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel#incorrectPassword {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
KBusyIndicatorWidget {
|
||||||
|
color: blue;
|
||||||
|
}</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="wifiLabel">
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">color: rgb(0, 0, 0);</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>wifilabel</string>
|
||||||
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="verticalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLineEdit" name="passwordBox">
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="connectButton">
|
||||||
|
<property name="text">
|
||||||
|
<string>Connect</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<resources/>
|
||||||
|
<connections/>
|
||||||
|
</ui>
|