Applets
hwinfo.cpp File Reference
#include "hwinfo.h"
#include <Plasma/WebView>
#include <Plasma/IconWidget>
#include <Plasma/Containment>
#include <Plasma/ToolTipManager>
#include <Plasma/Theme>
#include <KStandardDirs>
#include <KIcon>
#include <KTextEdit>
#include <QTextDocument>
#include <QGraphicsLinearLayout>
#include "hwinfo.moc"
Include dependency graph for hwinfo.cpp:

Go to the source code of this file.
Defines | |
#define | END "</body><html>" |
#define | END_TABLE "</table>" |
#define | INFO_ROW "<tr><td>%1:</td><td>%2</td></tr>" |
#define | START "<html><head><style type=\"text/css\">\body { background-color: %1; } \td { vertical-align: top; font-size:7pt; font-weight:normal; font-style:normal; color: %2; } </style></head><body>" |
#define | START_BASIC "<html><head></head><body>" |
#define | START_TABLE "<table>" |
Define Documentation
#define END "</body><html>" |
Definition at line 39 of file hwinfo.cpp.
#define END_TABLE "</table>" |
Definition at line 38 of file hwinfo.cpp.
#define INFO_ROW "<tr><td>%1:</td><td>%2</td></tr>" |
Definition at line 37 of file hwinfo.cpp.
#define START "<html><head><style type=\"text/css\">\body { background-color: %1; } \td { vertical-align: top; font-size:7pt; font-weight:normal; font-style:normal; color: %2; } </style></head><body>" |
Definition at line 31 of file hwinfo.cpp.
#define START_BASIC "<html><head></head><body>" |
Definition at line 35 of file hwinfo.cpp.
#define START_TABLE "<table>" |
Definition at line 36 of file hwinfo.cpp.