CycloBranch
|
The implementation of the dialog PubChem search widget. More...
#include <QWidget>
#include <QDesktopServices>
#include <QUrl>
#include <QFileInfo>
#include <QNetworkAccessManager>
#include <QNetworkRequest>
#include <QNetworkReply>
#include <QtConcurrent>
#include <QApplication>
#include <QThreadPool>
#include "core/utilities.h"
Go to the source code of this file.
Classes | |
class | cPubChemSearchWidget |
The widget representing the PubChem search widget. More... | |
struct | cPubchemCIDReader |
The functor used to get the CIDs of compounds with the same formula. More... | |
struct | cPubchemNameReader |
The functor used to get the names of compounds from CID. More... | |
struct | cRowItemInfo |
An auxiliary row info structure. More... | |
The implementation of the dialog PubChem search widget.