#include "SalomeApp_ListView.h"
#include "SalomeApp_Application.h"
#include "SUIT_ResourceMgr.h"
#include "SUIT_Session.h"
#include "utilities.h"
#include <QValidator>
#include <QToolButton>
#include <QPixmap>
#include <QHeaderView>
#include <QKeyEvent>
#include <TColStd_ListOfInteger.hxx>
#include <TColStd_ListOfReal.hxx>
#include <TColStd_ListIteratorOfListOfInteger.hxx>
#include <TColStd_ListIteratorOfListOfReal.hxx>
#include <qlayout.h>
Macros | |
#define | MIN_COMBO_WIDTH 1 |
#define | MIN_EDIT_WIDTH 1 |
Functions | |
void | computeEditGeometry (SalomeApp_ListViewItem *theItem, SalomeApp_EntityEdit *theWidget) |
#define MIN_COMBO_WIDTH 1 |
#define MIN_EDIT_WIDTH 1 |
void computeEditGeometry | ( | SalomeApp_ListViewItem * | theItem, |
SalomeApp_EntityEdit * | theWidget | ||
) |
Used for resizing editing widget
References SalomeApp_EntityEdit::getControl(), and SalomeApp_ListViewItem::getEditedColumn().