/
nightflash
/
USBypass
Обзор
Документация
Войти
/
nightflash
/
USBypass
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/GUI_PC_client/editForm.ui
192 строки
4 KB
Дмитрий Гладышев
Две строки в названии ячейки
2 часа назад
2 часа назад
888bf5b
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>435</width> <height>199</height> </rect> </property> <property name="windowTitle"> <string>Редактирование ячейки</string> </property> <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> <rect> <x>10</x> <y>160</y> <width>421</width> <height>32</height> </rect> </property> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> </property> </widget> <widget class="QLineEdit" name="editName"> <property name="geometry"> <rect> <x>190</x> <y>10</y> <width>241</width> <height>26</height> </rect> </property> <property name="maxLength"> <number>10</number> </property> </widget> <widget class="QLineEdit" name="editLogin"> <property name="geometry"> <rect> <x>190</x> <y>100</y> <width>241</width> <height>26</height> </rect> </property> </widget> <widget class="QLineEdit" name="editPassword"> <property name="geometry"> <rect> <x>190</x> <y>130</y> <width>211</width> <height>26</height> </rect> </property> <property name="echoMode"> <enum>QLineEdit::EchoMode::Password</enum> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>171</width> <height>16</height> </rect> </property> <property name="text"> <string>Название (10 символов макс.)</string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>10</x> <y>110</y> <width>141</width> <height>16</height> </rect> </property> <property name="text"> <string>Логин (необязательно)</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>10</x> <y>140</y> <width>131</width> <height>16</height> </rect> </property> <property name="text"> <string>Пароль</string> </property> </widget> <widget class="QCommandLinkButton" name="hideButton"> <property name="geometry"> <rect> <x>400</x> <y>130</y> <width>31</width> <height>31</height> </rect> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>images/eye.png</normaloff>images/eye.png</iconset> </property> <property name="iconSize"> <size> <width>16</width> <height>16</height> </size> </property> </widget> <widget class="QLineEdit" name="editName_2"> <property name="geometry"> <rect> <x>190</x> <y>40</y> <width>241</width> <height>26</height> </rect> </property> <property name="maxLength"> <number>10</number> </property> </widget> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>171</width> <height>16</height> </rect> </property> <property name="text"> <string>Вторая строка</string> </property> </widget> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Dialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>Dialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>