Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ui_lyricscontextproperties.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'lyricscontextproperties.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.5
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_LYRICSCONTEXTPROPERTIES_H
10 #define UI_LYRICSCONTEXTPROPERTIES_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QHeaderView>
17 #include <QtGui/QWidget>
18 
19 QT_BEGIN_NAMESPACE
20 
22 {
23 public:
24 
25  void setupUi(QWidget *uiLyricsContextProperties)
26  {
27  if (uiLyricsContextProperties->objectName().isEmpty())
28  uiLyricsContextProperties->setObjectName(QString::fromUtf8("uiLyricsContextProperties"));
29  uiLyricsContextProperties->resize(400, 300);
30 
31  retranslateUi(uiLyricsContextProperties);
32 
33  QMetaObject::connectSlotsByName(uiLyricsContextProperties);
34  } // setupUi
35 
36  void retranslateUi(QWidget *uiLyricsContextProperties)
37  {
38  uiLyricsContextProperties->setWindowTitle(QApplication::translate("uiLyricsContextProperties", "Lyrics context properties", 0, QApplication::UnicodeUTF8));
39  } // retranslateUi
40 
41 };
42 
43 namespace Ui {
45 } // namespace Ui
46 
47 QT_END_NAMESPACE
48 
49 #endif // UI_LYRICSCONTEXTPROPERTIES_H
Definition: ui_lyricscontextproperties.h:44
void retranslateUi(QWidget *uiLyricsContextProperties)
Definition: ui_lyricscontextproperties.h:36
void setupUi(QWidget *uiLyricsContextProperties)
Definition: ui_lyricscontextproperties.h:25
Definition: ui_lyricscontextproperties.h:21