• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeui
 

tdeui

  • tdeui
kbugreport.h
1/* This file is part of the KDE project
2 Copyright (C) 1999 David Faure <faure@kde.org>
3 Copyright (C) 2014 Timothy Pearson <kb9vqf@pearsoncomputing.net>
4
5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public
7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version.
9
10 This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Library General Public License for more details.
14
15 You should have received a copy of the GNU Library General Public License
16 along with this library; see the file COPYING.LIB. If not, write to
17 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301, USA.
19*/
20#ifndef _KBUGREPORT_H__
21#define _KBUGREPORT_H__
22
23#include <kdialogbase.h>
24
25class TQMultiLineEdit;
26class TQLineEdit;
27class TQHButtonGroup;
28class TDEProcess;
29class TDEAboutData;
30class KBugReportPrivate;
31
43class TDEUI_EXPORT KBugReport : public KDialogBase
44{
45 TQ_OBJECT
46public:
53 KBugReport( TQWidget * parent = 0L, bool modal=true, const TDEAboutData *aboutData = 0L );
57 virtual ~KBugReport();
58
59 TQString compilerVersion();
60 TQString operatingSystem();
61 TQString tdeVersion();
62
63protected slots:
67 virtual void slotConfigureEmail();
72 virtual void slotSetFrom();
77 virtual void slotUrlClicked(const TQString &);
81 virtual void slotOk( void );
85 virtual void slotCancel();
86
90 void appChanged(int);
94 void updateURL();
95
96protected:
101 TQString text() const;
106 bool sendBugReport();
107
108 TDEProcess * m_process;
109 const TDEAboutData * m_aboutData;
110
111 TQMultiLineEdit * m_lineedit;
112 TQLineEdit * m_subject;
113 TQLabel * m_from;
114 TQLabel * m_version;
115 TQString m_strVersion;
116 TQHButtonGroup * m_bgSeverity;
117 TQPushButton * m_configureEmail;
118
119protected:
120 virtual void virtual_hook( int id, void* data );
121private:
122 KBugReportPrivate *d;
123};
124
125#endif
126
KBugReport
A dialog box for sending bug reports.
Definition: kbugreport.h:44
KDialogBase
A dialog base class with standard buttons and predefined layouts.
Definition: kdialogbase.h:192
KDialogBase::slotCancel
virtual void slotCancel()
Activated when the Cancel button has been clicked.
Definition: kdialogbase.cpp:1215
KDialogBase::slotOk
virtual void slotOk()
Activated when the Ok button has been clicked.
Definition: kdialogbase.cpp:1164
TDEAboutData
TDEProcess

tdeui

Skip menu "tdeui"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeui

Skip menu "tdeui"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeui by doxygen 1.9.4
This website is maintained by Timothy Pearson.