From 1a08c7c69f46455d131362003b7a4fbdb6642510 Mon Sep 17 00:00:00 2001 From: Richard Maudsley Date: Tue, 21 Jan 2014 09:01:45 +0000 Subject: Fixed sound file selection. Change-Id: I47f2382c0165ff69cadab5e91c6ce75d6a0d8139 diff --git a/Swift/QtUI/QtHighlightEditor.cpp b/Swift/QtUI/QtHighlightEditor.cpp index cb5f058..aabe7d2 100644 --- a/Swift/QtUI/QtHighlightEditor.cpp +++ b/Swift/QtUI/QtHighlightEditor.cpp @@ -512,11 +512,17 @@ void QtHighlightEditor::ruleToDialog(const HighlightRule& rule) ui_.noSoundRadio->setEnabled(true); ui_.defaultSoundRadio->setEnabled(true); ui_.customSoundRadio->setEnabled(true); + ui_.soundFile->setText(""); + ui_.soundFile->setEnabled(false); + ui_.soundFileButton->setEnabled(false); if (action.playSound()) { if (action.getSoundFile().empty()) { ui_.defaultSoundRadio->setChecked(true); } else { ui_.customSoundRadio->setChecked(true); + ui_.soundFile->setText(P2QSTRING(action.getSoundFile())); + ui_.soundFile->setEnabled(true); + ui_.soundFileButton->setEnabled(true); } } else { ui_.noSoundRadio->setChecked(true); diff --git a/Swift/QtUI/QtHighlightEditor.ui b/Swift/QtUI/QtHighlightEditor.ui index 5976331..5f45d4a 100644 --- a/Swift/QtUI/QtHighlightEditor.ui +++ b/Swift/QtUI/QtHighlightEditor.ui @@ -437,7 +437,7 @@ p, li { white-space: pre-wrap; } false - true + false @@ -492,13 +492,10 @@ p, li { white-space: pre-wrap; } + listWidget line_2 line_3 - groupBox_6 - verticalSpacer_2 - horizontalSpacer_7 - horizontalSpacer_8 - + label_5 -- cgit v0.10.2-6-g49f6