File: metadatadlg.ui.h

package info (click to toggle)
djplay 0.5.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,432 kB
  • ctags: 1,388
  • sloc: cpp: 13,382; sh: 7,454; makefile: 810; sed: 16
file content (29 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you wish to add, delete or rename functions or slots use
** Qt Designer which will update this file, preserving your code. Create an
** init() function in place of a constructor, and a destroy() function in
** place of a destructor.
*****************************************************************************/

#include "frame.h"
#include "metatracker.h"

void MetadataDlg::init()
{

}


void MetadataDlg::Send_clicked()
{
    frame->metatracker->setLockedMetadata(MetadataText->text());
}



void MetadataDlg::Clear_clicked()
{
    frame->metatracker->clearLockedMetadata();
}