Radiation-resistantCamera/Vimba_6_0/VimbaCPP/Examples/VimbaViewer/Source/SavingProgress.ui

57 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-04-30 01:26:04 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SaveImagesProgressDialog</class>
<widget class="QDialog" name="SaveImagesProgressDialog">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>420</width>
<height>45</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>420</width>
<height>41</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>420</width>
<height>48</height>
</size>
</property>
<property name="windowTitle">
<string>Saving Progress</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QProgressBar" name="saveImagesProgress">
<property name="value">
<number>24</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>