mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 10:35:46 -04:00
Qt/MemoryCardEditor: Add format button
This commit is contained in:
@ -97,7 +97,7 @@
|
||||
</layout>
|
||||
</item>
|
||||
<item row="2" column="3">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0,0,0">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0,0,0,0">
|
||||
<item>
|
||||
<widget class="QLabel" name="cardBUsage">
|
||||
<property name="text">
|
||||
@ -105,6 +105,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="formatCardB">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Format Card</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="importFileToCardB">
|
||||
<property name="enabled">
|
||||
@ -138,7 +148,7 @@
|
||||
</layout>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,0,0,0">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,0,0,0,0">
|
||||
<item>
|
||||
<widget class="QLabel" name="cardAUsage">
|
||||
<property name="text">
|
||||
@ -146,6 +156,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="formatCardA">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Format Card</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="importFileToCardA">
|
||||
<property name="enabled">
|
||||
|
Reference in New Issue
Block a user