逛奔的蜗牛

我不聪明,但我会很努力

   ::  :: 新随笔 ::  ::  :: 管理 ::
#ifdef Q_OS_LINUX
#ifdef V4L
        rc = new V4L1VideoCaptureDevice;
#endif //V4L
#endif //Q_OS_LINUX

#ifdef Q_OS_WIN32
        rc = new CvVideoCaptureDevice;
#endif // Q_OS_WIN32

    } else {
        rc = new XvidVideoCaptureDevice( file );
    }


#ifndef Q_OS_MAC
    vboxLayout->setSpacing(6);
#endif
    vboxLayout->setMargin(11);

    storageLayout = new QHBoxLayout();
#ifndef Q_OS_MAC
    storageLayout->setSpacing(6);
#endif
#ifndef Q_OS_MAC
    storageLayout->setMargin(0);
#endif
posted on 2010-04-17 02:38 逛奔的蜗牛 阅读(836) 评论(0)  编辑 收藏 引用 所属分类: Qt

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理