aboutsummaryrefslogtreecommitdiff
path: root/src/components/waveform.ui
diff options
context:
space:
mode:
authortassaron2017-07-30 13:04:02 -0400
committertassaron2017-07-30 13:04:02 -0400
commitb6b45d12702f18f041acf65b0d5e34714835ecb4 (patch)
treef3e6e38738a2eb787db3f24b40377390da3dc626 /src/components/waveform.ui
parentdb1ea1fc4edf19589e82171d48c417742c61c74b (diff)
added Spectrum component with many options
tweaked Waveform, added some ffmpeg logging, made generic widget functions
Diffstat (limited to 'src/components/waveform.ui')
-rw-r--r--src/components/waveform.ui21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/components/waveform.ui b/src/components/waveform.ui
index 0e40380..5473f33 100644
--- a/src/components/waveform.ui
+++ b/src/components/waveform.ui
@@ -66,12 +66,17 @@
</item>
<item>
<property name="text">
- <string>P2p</string>
+ <string>Point</string>
</property>
</item>
<item>
<property name="text">
- <string>Point</string>
+ <string>Frequency Bar</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Frequency Line</string>
</property>
</item>
</widget>
@@ -180,12 +185,16 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
- <string>Wave Color</string>
+ <string>Color</string>
</property>
</widget>
</item>
<item>
- <widget class="QLineEdit" name="lineEdit_color"/>
+ <widget class="QLineEdit" name="lineEdit_color">
+ <property name="inputMethodHints">
+ <set>Qt::ImhNone</set>
+ </property>
+ </widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_color">
@@ -244,10 +253,10 @@
<string>%</string>
</property>
<property name="minimum">
- <number>10</number>
+ <number>0</number>
</property>
<property name="maximum">
- <number>400</number>
+ <number>100</number>
</property>
<property name="value">
<number>100</number>