/
githubmirror
/
obs-studio
Обзор
Документация
Войти
/
githubmirror
/
obs-studio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
frontend/forms/AutoConfigStartPage.ui
116 строк
3 KB
Warchamp7
frontend: Update forms to fully qualified enums
13 часов назад
13 часов назад
f5b6d8d
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AutoConfigStartPage</class> <widget class="QWidget" name="AutoConfigStartPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string notr="true"/> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QRadioButton" name="prioritizeStreaming"> <property name="text"> <string>Basic.AutoConfig.StartPage.PrioritizeStreaming</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="prioritizeRecording"> <property name="text"> <string>Basic.AutoConfig.StartPage.PrioritizeRecording</string> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Orientation::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Policy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_2"> <property name="font"> <font> <bold>true</bold> </font> </property> <property name="text"> <string>Basic.AutoConfig.Info</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Orientation::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Policy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>5</width> <height>5</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label"> <property name="font"> <font> <bold>true</bold> </font> </property> <property name="text"> <string>Basic.AutoConfig.RunAnytime</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Orientation::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Policy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>