/
VolcanoByte
/
vbNotes
Обзор
Документация
Войти
/
VolcanoByte
/
vbNotes
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
ui/formProperties.ui
148 строк
4 KB
Johnny McLaren
feat: sync info
24 янв 2026, 10:01
24 янв 2026, 10:01
d93c087
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Properties</class> <widget class="QDialog" name="Properties"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>425</width> <height>244</height> </rect> </property> <property name="windowTitle"> <string>Properties</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="tabOptions"> <property name="currentIndex"> <number>0</number> </property> <property name="documentMode"> <bool>false</bool> </property> <widget class="QWidget" name="tabSynchronization"> <attribute name="icon"> <iconset> <normaloff>../icons/synchronization.png</normaloff>../icons/synchronization.png</iconset> </attribute> <attribute name="title"> <string>Synchronization</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QWidget" name="widget_2" native="true"> <layout class="QFormLayout" name="formLayout"> <item row="4" column="0"> <widget class="QLabel" name="lblSyncURL"> <property name="text"> <string>URL</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLineEdit" name="edSyncURL"/> </item> <item row="5" column="0"> <widget class="QLabel" name="lblSyncPassword"> <property name="text"> <string>User name</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLineEdit" name="edSyncUsername"/> </item> <item row="6" column="0"> <widget class="QLabel" name="lblSyncUsername"> <property name="text"> <string>Password</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QLineEdit" name="edSyncPassword"/> </item> <item row="2" column="0"> <widget class="QLabel" name="lblSyncId"> <property name="text"> <string>Id</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="edSyncId"/> </item> <item row="3" column="0"> <widget class="QLabel" name="lblFilename"> <property name="text"> <string>Filename</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="edFilename"> <property name="enabled"> <bool>true</bool> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Properties</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>Properties</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>