|
|
|
@ -22,7 +22,6 @@ public:
@@ -22,7 +22,6 @@ public:
|
|
|
|
|
Q_PROPERTY(Fact* videoSource READ videoSource CONSTANT) |
|
|
|
|
Q_PROPERTY(Fact* udpPort READ udpPort CONSTANT) |
|
|
|
|
Q_PROPERTY(Fact* rtspUrl READ rtspUrl CONSTANT) |
|
|
|
|
Q_PROPERTY(Fact* videoSavePath READ videoSavePath CONSTANT) |
|
|
|
|
Q_PROPERTY(Fact* aspectRatio READ aspectRatio CONSTANT) |
|
|
|
|
Q_PROPERTY(Fact* gridLines READ gridLines CONSTANT) |
|
|
|
|
Q_PROPERTY(Fact* showRecControl READ showRecControl CONSTANT) |
|
|
|
@ -32,7 +31,6 @@ public:
@@ -32,7 +31,6 @@ public:
|
|
|
|
|
Fact* videoSource (void); |
|
|
|
|
Fact* udpPort (void); |
|
|
|
|
Fact* rtspUrl (void); |
|
|
|
|
Fact* videoSavePath (void); |
|
|
|
|
Fact* aspectRatio (void); |
|
|
|
|
Fact* gridLines (void); |
|
|
|
|
Fact* showRecControl (void); |
|
|
|
@ -44,7 +42,6 @@ public:
@@ -44,7 +42,6 @@ public:
|
|
|
|
|
static const char* videoSourceName; |
|
|
|
|
static const char* udpPortName; |
|
|
|
|
static const char* rtspUrlName; |
|
|
|
|
static const char* videoSavePathName; |
|
|
|
|
static const char* videoAspectRatioName; |
|
|
|
|
static const char* videoGridLinesName; |
|
|
|
|
static const char* showRecControlName; |
|
|
|
@ -59,7 +56,6 @@ private:
@@ -59,7 +56,6 @@ private:
|
|
|
|
|
SettingsFact* _videoSourceFact; |
|
|
|
|
SettingsFact* _udpPortFact; |
|
|
|
|
SettingsFact* _rtspUrlFact; |
|
|
|
|
SettingsFact* _videoSavePathFact; |
|
|
|
|
SettingsFact* _videoAspectRatioFact; |
|
|
|
|
SettingsFact* _gridLinesFact; |
|
|
|
|
SettingsFact* _showRecControlFact; |
|
|
|
|