0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Progress indicator has been refactored

This commit is contained in:
Arin Alex
2025-11-21 17:01:13 +03:00
parent d730a1d0b0
commit 253a76a255
4 changed files with 68 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>369</width>
<height>192</height>
<height>289</height>
</rect>
</property>
<property name="font">
@@ -95,6 +95,30 @@
</item>
</layout>
</item>
<item>
<widget class="QRadioButton" name="rb_builtInIndicator">
<property name="text">
<string>Buildin progress indicator</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_customIndicator">
<property name="text">
<string>Custom progress indicator</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_noIndicator">
<property name="text">
<string>No progress indicator</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>