mirror of
https://github.com/Xevion/bulk-reminders.git
synced 2025-12-16 00:11:12 -06:00
Add ProgressBar to GUI for Event Insertion/Deletion
- Added logging to GUI Undo functionality - Added support for hyphens in data input - Indent encoded JSONPickle output
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>672</width>
|
||||
<width>844</width>
|
||||
<height>553</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -82,17 +82,17 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
<widget class="QProgressBar" name="progressBar">
|
||||
<property name="maximum">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>30</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
<property name="value">
|
||||
<number>0</number>
|
||||
</property>
|
||||
</spacer>
|
||||
<property name="textVisible">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="undoButton">
|
||||
@@ -112,7 +112,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>672</width>
|
||||
<width>844</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user