Warning, file /education/parley/src/settings/viewoptions.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 view options for Parley 0003 SPDX-FileCopyrightText: 2005, 2007 Peter Hedlund <peter.hedlund@kdemail.net> 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #include "viewoptions.h" 0008 0009 #include <QCheckBox> 0010 0011 ViewOptions::ViewOptions(QWidget *parent) 0012 : QWidget(parent) 0013 { 0014 setupUi(this); 0015 }