Ignore:
Timestamp:
Dec 27, 2011 12:50:17 PM (12 years ago)
Author:
bennylp
Message:

Re #1393: added checkbox to enable/disable video in vidgui sample app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/vidgui/vidgui.h

    r3726 r3926  
    2121 
    2222#include <QApplication> 
     23#include <QCheckBox> 
    2324#include <QFont> 
    2425#include <QLabel> 
     
    6667    void hangup(); 
    6768    void quit(); 
     69    void onVidEnabledChanged(int state); 
    6870 
    6971    void onNewCall(int cid, bool incoming); 
     
    8385                *quitButton_, 
    8486                *previewButton_; 
     87    QCheckBox   *vidEnabled_; 
    8588    QLineEdit *url_; 
    8689    VidWin *video_; 
Note: See TracChangeset for help on using the changeset viewer.