All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
QGpGuiTools::ColumnTextColumnsProperties Class Reference

Brief description of class still missing. More...

#include <ColumnTextColumnsProperties.h>

Inheritance diagram for QGpGuiTools::ColumnTextColumnsProperties:
QGpGuiTools::Dialog QGpGuiTools::FrameGrabber

List of all members.

Public Member Functions

 ColumnTextColumnsProperties (QWidget *parent=0)
QString delimiters () const
void updateWidgets ()
 ~ColumnTextColumnsProperties ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

Description of constructor still missing

    : Dialog(parent)
{
  setupUi(this);
}

Description of destructor still missing

{
}

Member Function Documentation

{
  QString d;
  if(spaceDelimiter->isChecked()) d+=" ";
  if(tabDelimiter->isChecked()) d+="\t";
  d+=otherDelimiters->text();
  return d;
}
{
  on_delimitersOption_toggled();
  on_fixedWidthsOption_toggled();
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines