mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-31 16:39:59 +01:00
Wrap code for better readability
This commit is contained in:
@@ -35,12 +35,14 @@ class ElementInfoPartWidget : public QWidget
|
||||
|
||||
//METHODS
|
||||
public:
|
||||
explicit ElementInfoPartWidget(QString key,
|
||||
const QString& translated_key,
|
||||
QWidget *parent = nullptr);
|
||||
explicit ElementInfoPartWidget(
|
||||
QString key,
|
||||
const QString& translated_key,
|
||||
QWidget *parent = nullptr);
|
||||
~ElementInfoPartWidget() override;
|
||||
|
||||
QString key () const {return key_;}
|
||||
QString key () const
|
||||
{return key_;}
|
||||
QString text () const;
|
||||
void setText (const QString &);
|
||||
void setPlaceHolderText (const QString &text);
|
||||
|
||||
Reference in New Issue
Block a user