22 #include "../../../datatype/DateTimeProperty.h" 23 #include "../../../datatype/SimpleProperty.h" 25 #include <ui_AddColumnDialogForm.h> 42 m_ui.reset(
new Ui::AddColumnDialogForm);
45 m_ui->m_helpBTN->setPageReference(
"widgets/table/addColumn.html");
49 connect(
m_ui->m_cancelBTN, SIGNAL(pressed()), SLOT(reject()));
50 connect(
m_ui->m_okBTN, SIGNAL(pressed()), SLOT(accept()));
67 pr->
setName(
m_ui->m_colNameLNE->text().toUtf8().data());
74 m_ui->m_tblNameCBB->addItem(name.c_str());
An atomic property like an integer or double.
It models a property definition.
te::dt::Property * GetProperty(const int &propertyType)
void setName(const std::string &name)
It sets the property name.
A Qt dialog for inserting columns into a table.
The type for date and time types: date, date period, date duration, time duration, time instant, time period, time instant with time zone or time period with time zone.