diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-02-20 17:15:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-02-20 17:15:22 +0000 |
| commit | 94aa57d698a6400ae9c9d46991193d8ee844bb83 (patch) | |
| tree | 627ff0e180f70bc7eca9ddd7f6792f64fd9182fc /src/plugins/General/trackchange/settingsdialog.ui | |
| parent | bc9f38c3aa0ba093afb569497ba046493fada15f (diff) | |
| download | qmmp-94aa57d698a6400ae9c9d46991193d8ee844bb83.tar.gz qmmp-94aa57d698a6400ae9c9d46991193d8ee844bb83.tar.bz2 qmmp-94aa57d698a6400ae9c9d46991193d8ee844bb83.zip | |
trackchange: feature to start command on application startup/exit (#202)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9235 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/trackchange/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/trackchange/settingsdialog.ui | 70 |
1 files changed, 45 insertions, 25 deletions
diff --git a/src/plugins/General/trackchange/settingsdialog.ui b/src/plugins/General/trackchange/settingsdialog.ui index 6835ed3bf..68b6120eb 100644 --- a/src/plugins/General/trackchange/settingsdialog.ui +++ b/src/plugins/General/trackchange/settingsdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>441</width> - <height>249</height> + <width>484</width> + <height>382</height> </rect> </property> <property name="windowTitle"> @@ -23,6 +23,13 @@ <property name="bottomMargin"> <number>6</number> </property> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Command to run when Qmmp starts new track</string> + </property> + </widget> + </item> <item row="1" column="0"> <widget class="QLineEdit" name="newTrackLineEdit"/> </item> @@ -33,6 +40,13 @@ </property> </widget> </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Command to run toward to end of a track</string> + </property> + </widget> + </item> <item row="3" column="0"> <widget class="QLineEdit" name="endOfTrackLineEdit"/> </item> @@ -43,6 +57,13 @@ </property> </widget> </item> + <item row="4" column="0" colspan="2"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Command to run when Qmmp reaches the end of the playlist</string> + </property> + </widget> + </item> <item row="5" column="0"> <widget class="QLineEdit" name="endOfPlayListLineEdit"/> </item> @@ -53,6 +74,13 @@ </property> </widget> </item> + <item row="6" column="0" colspan="2"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Command to run when title changes (i.e. network streams title)</string> + </property> + </widget> + </item> <item row="7" column="0"> <widget class="QLineEdit" name="titleChangeLineEdit"/> </item> @@ -63,40 +91,32 @@ </property> </widget> </item> - <item row="8" column="0" colspan="2"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="0" column="0" colspan="2"> - <widget class="QLabel" name="label"> + <item row="8" column="0"> + <widget class="QLabel" name="label_5"> <property name="text"> - <string>Command to run when Qmmp starts new track</string> + <string>Command to run on application startup:</string> </property> </widget> </item> - <item row="2" column="0" colspan="2"> - <widget class="QLabel" name="label_2"> + <item row="10" column="0"> + <widget class="QLabel" name="label_6"> <property name="text"> - <string>Command to run toward to end of a track</string> + <string>Command to run on application exit:</string> </property> </widget> </item> - <item row="4" column="0" colspan="2"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Command to run when Qmmp reaches the end of the playlist</string> + <item row="12" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> - <item row="6" column="0" colspan="2"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Command to run when title changes (i.e. network streams title)</string> - </property> - </widget> + <item row="9" column="0" colspan="2"> + <widget class="QLineEdit" name="appStartupLineEdit"/> + </item> + <item row="11" column="0" colspan="2"> + <widget class="QLineEdit" name="appExitLineEdit"/> </item> </layout> </widget> |
