mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-18 10:29:57 +02:00
add widget to configure rotation conductor text by default (not finish)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2198 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#ifndef CONDUCTOR_PROPERTIES_WIDGET_H
|
||||
#define CONDUCTOR_PROPERTIES_WIDGET_H
|
||||
#include "conductorproperties.h"
|
||||
#include "qtextorientationspinboxwidget.h"
|
||||
#include <QWidget>
|
||||
/**
|
||||
This widget enables users to change the properties of a particular
|
||||
@@ -62,6 +63,8 @@ class ConductorPropertiesWidget : public QWidget {
|
||||
QRadioButton *simple;
|
||||
QRadioButton *multiline;
|
||||
QLineEdit *text_field;
|
||||
QTextOrientationSpinBoxWidget *verti_select;
|
||||
QTextOrientationSpinBoxWidget *horiz_select;
|
||||
QRadioButton *singleline;
|
||||
QCheckBox *phase_checkbox;
|
||||
QSlider *phase_slider;
|
||||
|
||||
Reference in New Issue
Block a user