/
toplib
/
OpenATC
Обзор
Документация
Войти
/
toplib
/
OpenATC
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/gui/huggingface/HuggingFace.ui
62 строки
1 KB
toplib
refactor(OpenATC): renamed from SimpleATC -> OpenATC
01 июн 2026, 19:05
01 июн 2026, 19:05
2f14b9d
Код
Авторство
О чём код?
<?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>997</width> <height>764</height> </rect> </property> <property name="font"> <font> <family>JetBrainsMono Nerd Font</family> </font> </property> <property name="contextMenuPolicy"> <enum>Qt::ContextMenuPolicy::ActionsContextMenu</enum> </property> <property name="windowTitle"> <string>OpenATC - HuggingFace</string> </property> <property name="modal"> <bool>false</bool> </property> <widget class="QWidget" name="horizontalLayoutWidget"> <property name="geometry"> <rect> <x>10</x> <y>700</y> <width>941</width> <height>51</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButton_2"> <property name="text"> <string>Close</string> </property> </widget> </item> </layout> </widget> </widget> <resources/> <connections/> </ui>