List of all members | Properties | Public Slots | Signals | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Slots | Protected Member Functions | Protected Attributes | Static Protected Attributes
vendor Class Reference

#include <vendor.h>

Inheritance diagram for vendor:
XWidget Ui::vendor QWidget ScriptablePrivate Ui_vendor QObject QPaintDevice ScriptableWidget

Properties

 acceptDrops
 
 accessibleDescription
 
 accessibleName
 
 autoFillBackground
 
 baseSize
 
 childrenRect
 
 childrenRegion
 
 contextMenuPolicy
 
 cursor
 
 enabled
 
 focus
 
 focusPolicy
 
 font
 
 frameGeometry
 
 frameSize
 
 fullScreen
 
 geometry
 
 height
 
 inputMethodHints
 
 isActiveWindow
 
 layoutDirection
 
 locale
 
 maximized
 
 maximumHeight
 
 maximumSize
 
 maximumWidth
 
 minimized
 
 minimumHeight
 
 minimumSize
 
 minimumSizeHint
 
 minimumWidth
 
 modal
 
 mouseTracking
 
 normalGeometry
 
 objectName
 
 palette
 
 pos
 
 rect
 
 size
 
 sizeHint
 
 sizeIncrement
 
 sizePolicy
 
 statusTip
 
 styleSheet
 
 toolTip
 
 toolTipDuration
 
 updatesEnabled
 
 visible
 
 whatsThis
 
 width
 
 windowFilePath
 
 windowFlags
 
 windowIcon
 
 windowIconText
 
 windowModality
 
 windowModified
 
 windowOpacity
 
 windowTitle
 
 x
 
 y
 

Public Slots

virtual void clear ()
 
virtual void close ()
 
virtual void sCheck ()
 
virtual bool sCheckRequired ()
 
virtual void sDeleteAddress ()
 
virtual void sDeleteTaxreg ()
 
virtual void sEditAddress ()
 
virtual void sEditTaxreg ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setId (int)
 
virtual void setViewMode ()
 
virtual void sFillAddressList ()
 
virtual void sFillTaxregList ()
 
virtual void sHandleButtons ()
 
virtual void sNewAddress ()
 
virtual void sNewTaxreg ()
 
virtual void sNext ()
 
virtual void sNumberEditable (bool)
 
virtual void sNumberEdited ()
 
virtual bool sPopulate ()
 
virtual void sPrepare ()
 
virtual void sPrevious ()
 
virtual void sPrintAddresses ()
 
virtual bool sSave ()
 
virtual void sSaveAndNewComment ()
 
virtual void sSaveClicked ()
 
virtual void sViewAddress ()
 
virtual void sViewTaxreg ()
 

Signals

void newId (int)
 
void newMode (int)
 
void populated ()
 
void saved (int)
 

Public Member Functions

 vendor (QWidget *parent=0, const char *name=0, Qt::WindowFlags fl=Qt::Window)
 
 ~vendor ()
 
bool acceptDrops () const
 
QString accessibleDescription () const
 
QString accessibleName () const
 
QList< QAction * > actions () const
 
void activateWindow ()
 
void addAction (QAction *action)
 
void addActions (const QList< QAction * > &actions)
 
void adjustSize ()
 
bool autoFillBackground () const
 
QPalette::ColorRole backgroundRole () const
 
QBackingStorebackingStore () const
 
QSize baseSize () const
 
bool blockSignals (bool block)
 
QWidgetchildAt (int x, int y) const
 
QWidgetchildAt (const QPoint &p) const
 
const QObjectList & children () const
 
QRect childrenRect () const
 
QRegion childrenRegion () const
 
void clearFocus ()
 
void clearMask ()
 
int colorCount () const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
QMargins contentsMargins () const
 
QRect contentsRect () const
 
Qt::ContextMenuPolicy contextMenuPolicy () const
 
QCursor cursor () const
 
void customContextMenuRequested (const QPoint &pos)
 
void deleteLater ()
 
int depth () const
 
void destroyed (QObject *obj)
 
int devicePixelRatio () const
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const
 
bool disconnect (const QObject *receiver, const char *method) const
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArraydynamicPropertyNames () const
 
WId effectiveWinId () const
 
void ensurePolished () const
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegExp &regExp, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const
 
Qt::FocusPolicy focusPolicy () const
 
QWidgetfocusProxy () const
 
QWidgetfocusWidget () const
 
const QFontfont () const
 
QFontInfo fontInfo () const
 
QFontMetrics fontMetrics () const
 
QPalette::ColorRole foregroundRole () const
 
QRect frameGeometry () const
 
QSize frameSize () const
 
const QRectgeometry () const
 
virtual Q_INVOKABLE ParameterList get () const
 
void getContentsMargins (int *left, int *top, int *right, int *bottom) const
 
QPixmap grab (const QRect &rectangle)
 
void grabGesture (Qt::GestureType gesture, Qt::GestureFlags flags)
 
void grabKeyboard ()
 
void grabMouse (const QCursor &cursor)
 
void grabMouse ()
 
int grabShortcut (const QKeySequence &key, Qt::ShortcutContext context)
 
QGraphicsEffectgraphicsEffect () const
 
QGraphicsProxyWidgetgraphicsProxyWidget () const
 
bool hasEditFocus () const
 
bool hasFocus () const
 
virtual bool hasHeightForWidth () const
 
bool hasMouseTracking () const
 
int height () const
 
virtual int heightForWidth (int w) const
 
int heightMM () const
 
void hide ()
 
virtual Q_INVOKABLE int id () const
 
bool inherits (const char *className) const
 
Qt::InputMethodHints inputMethodHints () const
 
virtual QVariant inputMethodQuery (Qt::InputMethodQuery query) const
 
void insertAction (QAction *before, QAction *action)
 
void insertActions (QAction *before, QList< QAction * > actions)
 
void installEventFilter (QObject *filterObj)
 
bool isActiveWindow () const
 
bool isAncestorOf (const QWidget *child) const
 
bool isEnabled () const
 
bool isEnabledTo (const QWidget *ancestor) const
 
bool isEnabledToTLW () const
 
bool isFullScreen () const
 
bool isHidden () const
 
bool isMaximized () const
 
bool isMinimized () const
 
bool isModal () const
 
bool isTopLevel () const
 
bool isVisible () const
 
bool isVisibleTo (const QWidget *ancestor) const
 
bool isWidgetType () const
 
bool isWindow () const
 
bool isWindowModified () const
 
bool isWindowType () const
 
void killTimer (int id)
 
QLayoutlayout () const
 
Qt::LayoutDirection layoutDirection () const
 
QLocale locale () const
 
int logicalDpiX () const
 
int logicalDpiY () const
 
void lower ()
 
QPoint mapFrom (const QWidget *parent, const QPoint &pos) const
 
QPoint mapFromGlobal (const QPoint &pos) const
 
QPoint mapFromParent (const QPoint &pos) const
 
QPoint mapTo (const QWidget *parent, const QPoint &pos) const
 
QPoint mapToGlobal (const QPoint &pos) const
 
QPoint mapToParent (const QPoint &pos) const
 
QRegion mask () const
 
int maximumHeight () const
 
QSize maximumSize () const
 
int maximumWidth () const
 
virtual const QMetaObjectmetaObject () const
 
int minimumHeight () const
 
QSize minimumSize () const
 
virtual QSize minimumSizeHint () const
 
int minimumWidth () const
 
virtual Q_INVOKABLE int mode () const
 
void move (int x, int y)
 
void move (const QPoint &)
 
void moveToThread (QThread *targetThread)
 
QWidgetnativeParentWidget () const
 
QWidgetnextInFocusChain () const
 
QRect normalGeometry () const
 
QString objectName () const
 
void objectNameChanged (const QString &objectName)
 
void overrideWindowFlags (Qt::WindowFlags flags)
 
virtual QPaintEnginepaintEngine () const
 
bool paintingActive () const
 
const QPalettepalette () const
 
QObjectparent () const
 
QWidgetparentWidget () const
 
int physicalDpiX () const
 
int physicalDpiY () const
 
QPoint pos () const
 
QWidgetpreviousInFocusChain () const
 
QVariant property (const char *name) const
 
void raise ()
 
QRect rect () const
 
void releaseKeyboard ()
 
void releaseMouse ()
 
void releaseShortcut (int id)
 
void removeAction (QAction *action)
 
void removeEventFilter (QObject *obj)
 
void render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, RenderFlags renderFlags)
 
void render (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, RenderFlags renderFlags)
 
void repaint ()
 
void repaint (int x, int y, int w, int h)
 
void repaint (const QRect &rect)
 
void repaint (const QRegion &rgn)
 
void resize (int w, int h)
 
void resize (const QSize &)
 
bool restoreGeometry (const QByteArray &geometry)
 
void retranslateUi (QWidget *vendor)
 
QByteArray saveGeometry () const
 
void scroll (int dx, int dy)
 
void scroll (int dx, int dy, const QRect &r)
 
void setAcceptDrops (bool on)
 
void setAccessibleDescription (const QString &description)
 
void setAccessibleName (const QString &name)
 
void setAttribute (Qt::WidgetAttribute attribute, bool on)
 
void setAutoFillBackground (bool enabled)
 
void setBackgroundRole (QPalette::ColorRole role)
 
void setBaseSize (const QSize &)
 
void setBaseSize (int basew, int baseh)
 
void setContentsMargins (int left, int top, int right, int bottom)
 
void setContentsMargins (const QMargins &margins)
 
void setContextMenuPolicy (Qt::ContextMenuPolicy policy)
 
void setCursor (const QCursor &)
 
void setDisabled (bool disable)
 
void setEditFocus (bool enable)
 
void setEnabled (bool)
 
void setFixedHeight (int h)
 
void setFixedSize (const QSize &s)
 
void setFixedSize (int w, int h)
 
void setFixedWidth (int w)
 
void setFocus (Qt::FocusReason reason)
 
void setFocus ()
 
void setFocusPolicy (Qt::FocusPolicy policy)
 
void setFocusProxy (QWidget *w)
 
void setFont (const QFont &)
 
void setForegroundRole (QPalette::ColorRole role)
 
void setGeometry (const QRect &)
 
void setGeometry (int x, int y, int w, int h)
 
void setGraphicsEffect (QGraphicsEffect *effect)
 
void setHidden (bool hidden)
 
void setInputMethodHints (Qt::InputMethodHints hints)
 
void setLayout (QLayout *layout)
 
void setLayoutDirection (Qt::LayoutDirection direction)
 
void setLocale (const QLocale &locale)
 
void setMask (const QBitmap &bitmap)
 
void setMask (const QRegion &region)
 
void setMaximumHeight (int maxh)
 
void setMaximumSize (const QSize &)
 
void setMaximumSize (int maxw, int maxh)
 
void setMaximumWidth (int maxw)
 
void setMinimumHeight (int minh)
 
void setMinimumSize (const QSize &)
 
void setMinimumSize (int minw, int minh)
 
void setMinimumWidth (int minw)
 
void setMouseTracking (bool enable)
 
void setObjectName (const QString &name)
 
void setPalette (const QPalette &)
 
void setParent (QWidget *parent, Qt::WindowFlags f)
 
void setParent (QWidget *parent)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
void setShortcutAutoRepeat (int id, bool enable)
 
void setShortcutEnabled (int id, bool enable)
 
void setSizeIncrement (const QSize &)
 
void setSizeIncrement (int w, int h)
 
void setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical)
 
void setSizePolicy (QSizePolicy)
 
void setStatusTip (const QString &)
 
void setStyle (QStyle *style)
 
void setStyleSheet (const QString &styleSheet)
 
void setToolTip (const QString &)
 
void setToolTipDuration (int msec)
 
void setUpdatesEnabled (bool enable)
 
void setupUi (QWidget *widget)
 
void setupUi (QWidget *vendor)
 
virtual void setVisible (bool visible)
 
void setWhatsThis (const QString &)
 
void setWindowFilePath (const QString &filePath)
 
void setWindowFlags (Qt::WindowFlags type)
 
void setWindowIcon (const QIcon &icon)
 
void setWindowIconText (const QString &)
 
void setWindowModality (Qt::WindowModality windowModality)
 
void setWindowModified (bool)
 
void setWindowOpacity (qreal level)
 
void setWindowRole (const QString &role)
 
void setWindowState (Qt::WindowStates windowState)
 
void setWindowTitle (const QString &)
 
void show ()
 
void showFullScreen ()
 
void showMaximized ()
 
void showMinimized ()
 
void showNormal ()
 
bool signalsBlocked () const
 
QSize size () const
 
virtual QSize sizeHint () const
 
QSize sizeIncrement () const
 
QSizePolicy sizePolicy () const
 
void stackUnder (QWidget *w)
 
int startTimer (int interval, Qt::TimerType timerType)
 
QString statusTip () const
 
QStylestyle () const
 
QString styleSheet () const
 
bool testAttribute (Qt::WidgetAttribute attribute) const
 
QThreadthread () const
 
QString toolTip () const
 
int toolTipDuration () const
 
QWidgettopLevelWidget () const
 
bool underMouse () const
 
void ungrabGesture (Qt::GestureType gesture)
 
void unsetCursor ()
 
void unsetLayoutDirection ()
 
void unsetLocale ()
 
void update (int x, int y, int w, int h)
 
void update ()
 
void update (const QRect &rect)
 
void update (const QRegion &rgn)
 
void updateGeometry ()
 
bool updatesEnabled () const
 
QRegion visibleRegion () const
 
QString whatsThis () const
 
int width () const
 
int widthMM () const
 
QWidgetwindow () const
 
QString windowFilePath () const
 
Qt::WindowFlags windowFlags () const
 
QWindowwindowHandle () const
 
QIcon windowIcon () const
 
void windowIconChanged (const QIcon &icon)
 
QString windowIconText () const
 
void windowIconTextChanged (const QString &iconText)
 
Qt::WindowModality windowModality () const
 
qreal windowOpacity () const
 
QString windowRole () const
 
Qt::WindowStates windowState () const
 
QString windowTitle () const
 
void windowTitleChanged (const QString &title)
 
Qt::WindowType windowType () const
 
WId winId () const
 
int x () const
 
int y () const
 

Static Public Member Functions

QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
QWidgetcreateWindowContainer (QWindow *window, QWidget *parent, Qt::WindowFlags flags)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
QWidgetfind (WId id)
 
QWidgetkeyboardGrabber ()
 
QWidgetmouseGrabber ()
 
void setTabOrder (QWidget *first, QWidget *second)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 

Public Attributes

QHBoxLayout_10
 
QVBoxLayout_11
 
QHBoxLayout_12
 
QVBoxLayout_13
 
QHBoxLayout_14
 
QGridLayout_15
 
QVBoxLayout_16
 
QHBoxLayout_17
 
QGridLayout_18
 
QHBoxLayout_19
 
QGridLayout_2
 
QVBoxLayout_20
 
QVBoxLayout_21
 
QHBoxLayout_3
 
QHBoxLayout_4
 
QHBoxLayout_5
 
QGridLayout_6
 
QVBoxLayout_7
 
QGridLayout_8
 
QHBoxLayout_9
 
GLCluster_account
 
QGroupBox_accountGroup
 
QStackedWidget_accountingStack
 
QWidget_accountingTab
 
XLineEdit_accountNumber
 
QLabel_accountNumberLit
 
QRadioButton_accountSelected
 
XComboBox_accountType
 
QLabel_accounTypeLit
 
XLineEdit_achAccountNumber
 
QLabel_achAccountNumberLit
 
QGroupBox_achGroup
 
QCheckBox_active
 
AddressCluster_address
 
QStackedWidget_addressStack
 
QRadioButton_altButton
 
QWidget_alternatesPage
 
QRadioButton_apChecksButton
 
QWidget_apChecksPage
 
QRadioButton_apHistoryButton
 
QWidget_apHistoryPage
 
XLabel_backlog
 
QLabel_backlogLit
 
CharacteristicsWidget_charass
 
QRadioButton_checksButton
 
QPushButton_close
 
Comments_comments
 
QRadioButton_commentsButton
 
QWidget_commentsPage
 
ContactCluster_contact1
 
QGroupBox_contact1Box
 
ContactCluster_contact2
 
QGroupBox_contact2Box
 
QRadioButton_creditMemosButton
 
QWidget_creditMemosPage
 
QPushButton_crmacct
 
XComboBox_defaultCurr
 
QLabel_defaultCurrLit
 
QGroupBox_defaultFOBGroup
 
QGroupBox_defaultGroup
 
XComboBox_defaultPoType
 
XLabel_defaultPoTypeLit
 
XComboBox_defaultShipVia
 
QLabel_defaultShipViaLit
 
XComboBox_defaultTerms
 
QLabel_defaultTermsLit
 
QPushButton_deleteAddress
 
QPushButton_deleteTaxreg
 
QGroupBox_distribGroup
 
Documents_documents
 
QPushButton_editAddress
 
QPushButton_editTaxreg
 
QWidget_eftPage
 
QWidget_emptyPage
 
ExpenseCluster_expcat
 
QRadioButton_expcatSelected
 
QGroupBox_expenseGroup
 
DLineEdit_firstPurchase
 
QLabel_firstPurchaseLit
 
QRadioButton_generalButton
 
QWidget_generalPage
 
XLineEdit_individualId
 
QLabel_individualIdLit
 
XLineEdit_individualName
 
QLabel_individualNameLit
 
DLineEdit_lastPurchase
 
QLabel_lastPurchaseLit
 
XLabel_lastYearsPurchases
 
QLabel_lastYearsPurchasesLit
 
QRadioButton_mainButton
 
QWidget_mainPage
 
QCheckBox_match
 
XLineEdit_name
 
QLabel_nameLit
 
QPushButton_newAddress
 
QPushButton_newTaxreg
 
QPushButton_next
 
XTextEdit_notes
 
QRadioButton_notesButton
 
QLabel_notesLit
 
QWidget_notesPage
 
VendorCluster_number
 
QLabel_numberLit
 
XLabel_openBalance
 
QLabel_openBalanceLit
 
QStackedWidget_ordersStack
 
QWidget_ordersTab
 
QRadioButton_payablesButton
 
QWidget_payablesPage
 
XTextEdit_poComments
 
QLabel_poCommentsLit
 
QCheckBox_poItems
 
QPushButton_previous
 
QPushButton_printAddresses
 
QRadioButton_purchaseOrdersButton
 
QWidget_purchaseOrdersPage
 
QCheckBox_qualified
 
QRadioButton_receiptsReturnsButton
 
QWidget_receiptsReturnsPage
 
QCheckBox_receives1099
 
QStackedWidget_remarksStack
 
QCheckBox_restrictToItemSource
 
XLineEdit_routingNumber
 
QLabel_routingNumberLit
 
QPushButton_save
 
QGroupBox_settingsGroup
 
QStackedWidget_settingsStack
 
QRadioButton_summaryButton
 
QGroupBox_summaryGroup
 
QWidget_summaryPage
 
QTabWidget_tabs
 
QRadioButton_taxButton
 
XComboBox_taxCode
 
QLabel_taxCodeLit
 
QGroupBox_taxGroup
 
QWidget_taxPage
 
XTreeWidget_taxreg
 
QLabel_taxregLit
 
QRadioButton_taxSelected
 
XComboBox_taxzone
 
QLabel_taxzoneLit
 
QStackedWidget_transmitStack
 
QGroupBox_useACHSpecial
 
QRadioButton_useVendorFOB
 
QRadioButton_useWarehouseFOB
 
XTreeWidget_vendaddr
 
XLineEdit_vendorFOB
 
XComboBox_vendtype
 
QLabel_vendtypeLit
 
QPushButton_viewAddress
 
QPushButton_viewTaxreg
 
XLabel_ytdPurchases
 
QLabel_ytdPurchasesLit
 
QWidgetcharacteristicsTab
 
QWidgetcontactTab
 
QWidgetdocumentsTab
 
QWidgetediTab
 
QFramef_accountingButtonFrame
 
QFramef_ordersFrame
 
QFramef_settingsFrame
 
QGridLayoutgridLayout
 
QGridLayoutgridLayout1
 
QGridLayoutgridLayout2
 
QGridLayoutgridLayout3
 
QGridLayoutgridLayout4
 
QGridLayoutgridLayout5
 
QGridLayoutgridLayout6
 
QGridLayoutgridLayout_2
 
QGridLayoutgridLayout_3
 
QGridLayoutgridLayout_4
 
QGridLayoutgridLayout_5
 
QGridLayoutgridLayout_6
 
QGridLayoutgridLayout_7
 
QGridLayoutgridLayout_8
 
QHBoxLayouthboxLayout
 
QHBoxLayouthboxLayout1
 
QHBoxLayouthboxLayout2
 
QHBoxLayouthboxLayout3
 
QHBoxLayouthboxLayout4
 
QHBoxLayouthboxLayout5
 
QHBoxLayouthorizontalLayout
 
QHBoxLayouthorizontalLayout_10
 
QHBoxLayouthorizontalLayout_11
 
QHBoxLayouthorizontalLayout_2
 
QHBoxLayouthorizontalLayout_3
 
QHBoxLayouthorizontalLayout_4
 
QHBoxLayouthorizontalLayout_5
 
QHBoxLayouthorizontalLayout_6
 
QHBoxLayouthorizontalLayout_7
 
QHBoxLayouthorizontalLayout_8
 
QHBoxLayouthorizontalLayout_9
 
QSpacerItemhorizontalSpacer
 
QSpacerItemhorizontalSpacer_2
 
QSpacerItemhorizontalSpacer_3
 
QSpacerItemhorizontalSpacer_4
 
QSpacerItemhorizontalSpacer_5
 
QSpacerItemhorizontalSpacer_6
 
QSpacerItemhorizontalSpacer_8
 
QSpacerItemhorizontalSpacer_9
 
QWidgetremarksTab
 
typedef RenderFlags
 
QWidgetsettingsTab
 
QSpacerItemspacerItem
 
QSpacerItemspacerItem1
 
QSpacerItemspacerItem10
 
QSpacerItemspacerItem11
 
QSpacerItemspacerItem12
 
QSpacerItemspacerItem13
 
QSpacerItemspacerItem14
 
QSpacerItemspacerItem15
 
QSpacerItemspacerItem16
 
QSpacerItemspacerItem17
 
QSpacerItemspacerItem18
 
QSpacerItemspacerItem19
 
QSpacerItemspacerItem2
 
QSpacerItemspacerItem20
 
QSpacerItemspacerItem21
 
QSpacerItemspacerItem3
 
QSpacerItemspacerItem4
 
QSpacerItemspacerItem5
 
QSpacerItemspacerItem6
 
QSpacerItemspacerItem7
 
QSpacerItemspacerItem8
 
QSpacerItemspacerItem9
 
QVBoxLayoutvboxLayout
 
QVBoxLayoutvboxLayout1
 
QVBoxLayoutverticalLayout
 
QVBoxLayoutverticalLayout_10
 
QVBoxLayoutverticalLayout_13
 
QVBoxLayoutverticalLayout_14
 
QVBoxLayoutverticalLayout_15
 
QVBoxLayoutverticalLayout_16
 
QVBoxLayoutverticalLayout_17
 
QVBoxLayoutverticalLayout_18
 
QVBoxLayoutverticalLayout_2
 
QVBoxLayoutverticalLayout_3
 
QVBoxLayoutverticalLayout_4
 
QVBoxLayoutverticalLayout_5
 
QVBoxLayoutverticalLayout_6
 
QVBoxLayoutverticalLayout_7
 
QVBoxLayoutverticalLayout_8
 
QVBoxLayoutverticalLayout_9
 
QSpacerItemverticalSpacer
 
QSpacerItemverticalSpacer_2
 
QSpacerItemverticalSpacer_3
 
QSpacerItemverticalSpacer_5
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual bool sCheckSave ()
 
virtual void sCrmAccount ()
 
virtual void sLoadCrmAcct (int)
 

Protected Member Functions

virtual void actionEvent (QActionEvent *event)
 
virtual void callCloseEvent (QEvent *)
 
virtual enum SetResponse callSet (const ParameterList &)
 
virtual void callShowEvent (QEvent *)
 
virtual void changeEvent (QEvent *event)
 
virtual void childEvent (QChildEvent *event)
 
virtual void closeEvent (QCloseEvent *)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void contextMenuEvent (QContextMenuEvent *event)
 
void create (WId window, bool initializeWindow, bool destroyOldWindow)
 
virtual void customEvent (QEvent *event)
 
void destroy (bool destroyWindow, bool destroySubWindows)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
virtual void dragEnterEvent (QDragEnterEvent *event)
 
virtual void dragLeaveEvent (QDragLeaveEvent *event)
 
virtual void dragMoveEvent (QDragMoveEvent *event)
 
virtual void dropEvent (QDropEvent *event)
 
virtual QScriptEngine * engine ()
 
virtual void enterEvent (QEvent *event)
 
virtual bool event (QEvent *event)
 
virtual void focusInEvent (QFocusEvent *event)
 
bool focusNextChild ()
 
virtual bool focusNextPrevChild (bool next)
 
virtual void focusOutEvent (QFocusEvent *event)
 
bool focusPreviousChild ()
 
virtual void hideEvent (QHideEvent *event)
 
virtual void initPainter (QPainter *painter) const
 
virtual void inputMethodEvent (QInputMethodEvent *event)
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void keyPressEvent (QKeyEvent *event)
 
virtual void keyReleaseEvent (QKeyEvent *event)
 
virtual void leaveEvent (QEvent *event)
 
virtual void loadScript (const QStringList &list)
 
virtual void loadScript (const QString &oName)
 
virtual void loadScriptEngine ()
 
virtual int metric (PaintDeviceMetric m) const
 
virtual void mouseDoubleClickEvent (QMouseEvent *event)
 
virtual void mouseMoveEvent (QMouseEvent *event)
 
virtual void mousePressEvent (QMouseEvent *event)
 
virtual void mouseReleaseEvent (QMouseEvent *event)
 
virtual void moveEvent (QMoveEvent *event)
 
virtual bool nativeEvent (const QByteArray &eventType, void *message, long *result)
 
virtual void paintEvent (QPaintEvent *event)
 
int receivers (const char *signal) const
 
virtual void resizeEvent (QResizeEvent *event)
 
QObjectsender () const
 
int senderSignalIndex () const
 
void showEvent (QShowEvent *event)
 
virtual void tabletEvent (QTabletEvent *event)
 
virtual void timerEvent (QTimerEvent *event)
 
void updateMicroFocus ()
 
virtual void wheelEvent (QWheelEvent *event)
 

Protected Attributes

QValidator_accountValidator
 
dspCheckRegister_checks
 
unappliedAPCreditMemos_credits
 
QScriptEngineDebugger * _debugger
 
QScriptEngine * _engine
 
dspVendorAPHistory_history
 
ParameterList _lastSetParams
 
selectPayments_payables
 
dspPOsByVendor_po
 
dspPoItemReceivingsByVendor_receipts
 
QAction_rememberPos
 
QAction_rememberSize
 
QValidator_routingValidator
 
bool _scriptLoaded
 
QWidget_self
 
QAction_showMe
 
bool _shown
 

Static Protected Attributes

static ScriptCache_cache
 
static GuiClientInterface_guiClientInterface
 

Constructor & Destructor Documentation

vendor::vendor ( QWidget parent = 0,
const char *  name = 0,
Qt::WindowFlags  fl = Qt::Window 
)
vendor::~vendor ( )

Member Function Documentation

void ScriptablePrivate::callCloseEvent ( QEvent event)
virtualinherited
enum SetResponse ScriptablePrivate::callSet ( const ParameterList &  params)
virtualinherited
void ScriptablePrivate::callShowEvent ( QEvent event)
virtualinherited
void vendor::clear ( )
virtualslot
void vendor::close ( )
virtualslot
void vendor::closeEvent ( QCloseEvent pEvent)
protectedvirtual

Reimplemented from QWidget.

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

ParameterList XWidget::get ( ) const
virtualinherited

Implements ScriptablePrivate.

int vendor::id ( ) const
virtual
void vendor::languageChange ( )
protectedvirtualslot
void ScriptableWidget::loadScript ( const QStringList list)
virtualinherited
void ScriptableWidget::loadScript ( const QString oName)
virtualinherited
void ScriptableWidget::loadScriptEngine ( )
virtualinherited
int vendor::mode ( ) const
virtual
Returns
one of cNew, cEdit, cView, ...
Todo:
change possible modes to an enum in guiclient.h (and add cUnknown?)
void vendor::newId ( int  )
signal
void vendor::newMode ( int  )
signal
void vendor::populated ( )
signal
enum SetResponse XWidget::postSet ( )
protectedvirtualslotinherited
void Ui_vendor::retranslateUi ( QWidget vendor)
inlineinherited
void vendor::saved ( int  )
signal
void vendor::sCheck ( )
virtualslot
bool vendor::sCheckRequired ( )
virtualslot
bool vendor::sCheckSave ( )
protectedvirtualslot
void vendor::sCrmAccount ( )
protectedvirtualslot
void vendor::sDeleteAddress ( )
virtualslot
void vendor::sDeleteTaxreg ( )
virtualslot
void vendor::sEditAddress ( )
virtualslot
void vendor::sEditTaxreg ( )
virtualslot
SetResponse vendor::set ( const ParameterList &  pParams)
virtualslot
void vendor::setId ( int  p)
virtualslot
void Ui_vendor::setupUi ( QWidget vendor)
inlineinherited
void vendor::setViewMode ( )
virtualslot
void vendor::sFillAddressList ( )
virtualslot
void vendor::sFillTaxregList ( )
virtualslot
void vendor::sHandleButtons ( )
virtualslot
void XWidget::showEvent ( QShowEvent event)
protectedvirtualinherited

Reimplemented from QWidget.

void vendor::sLoadCrmAcct ( int  crmacctId)
protectedvirtualslot
void vendor::sNewAddress ( )
virtualslot
void vendor::sNewTaxreg ( )
virtualslot
void vendor::sNext ( )
virtualslot
void vendor::sNumberEditable ( bool  p)
virtualslot
void vendor::sNumberEdited ( )
virtualslot
bool vendor::sPopulate ( )
virtualslot
void vendor::sPrepare ( )
virtualslot
void vendor::sPrevious ( )
virtualslot
void vendor::sPrintAddresses ( )
virtualslot
bool vendor::sSave ( )
virtualslot
void vendor::sSaveAndNewComment ( )
virtualslot
void vendor::sSaveClicked ( )
virtualslot
void vendor::sViewAddress ( )
virtualslot
void vendor::sViewTaxreg ( )
virtualslot

Member Data Documentation

QHBoxLayout* Ui_vendor::_10
inherited
QVBoxLayout* Ui_vendor::_11
inherited
QHBoxLayout* Ui_vendor::_12
inherited
QVBoxLayout* Ui_vendor::_13
inherited
QHBoxLayout* Ui_vendor::_14
inherited
QGridLayout* Ui_vendor::_15
inherited
QVBoxLayout* Ui_vendor::_16
inherited
QHBoxLayout* Ui_vendor::_17
inherited
QGridLayout* Ui_vendor::_18
inherited
QHBoxLayout* Ui_vendor::_19
inherited
QGridLayout* Ui_vendor::_2
inherited
QVBoxLayout* Ui_vendor::_20
inherited
QVBoxLayout* Ui_vendor::_21
inherited
QHBoxLayout* Ui_vendor::_3
inherited
QHBoxLayout* Ui_vendor::_4
inherited
QHBoxLayout* Ui_vendor::_5
inherited
QGridLayout* Ui_vendor::_6
inherited
QVBoxLayout* Ui_vendor::_7
inherited
QGridLayout* Ui_vendor::_8
inherited
QHBoxLayout* Ui_vendor::_9
inherited
GLCluster* Ui_vendor::_account
inherited
QGroupBox* Ui_vendor::_accountGroup
inherited
QStackedWidget* Ui_vendor::_accountingStack
inherited
QWidget* Ui_vendor::_accountingTab
inherited
XLineEdit* Ui_vendor::_accountNumber
inherited
QLabel* Ui_vendor::_accountNumberLit
inherited
QRadioButton* Ui_vendor::_accountSelected
inherited
XComboBox* Ui_vendor::_accountType
inherited
QValidator* vendor::_accountValidator
protected
QLabel* Ui_vendor::_accounTypeLit
inherited
XLineEdit* Ui_vendor::_achAccountNumber
inherited
QLabel* Ui_vendor::_achAccountNumberLit
inherited
QGroupBox* Ui_vendor::_achGroup
inherited
QCheckBox* Ui_vendor::_active
inherited
AddressCluster* Ui_vendor::_address
inherited
QStackedWidget* Ui_vendor::_addressStack
inherited
QRadioButton* Ui_vendor::_altButton
inherited
QWidget* Ui_vendor::_alternatesPage
inherited
QRadioButton* Ui_vendor::_apChecksButton
inherited
QWidget* Ui_vendor::_apChecksPage
inherited
QRadioButton* Ui_vendor::_apHistoryButton
inherited
QWidget* Ui_vendor::_apHistoryPage
inherited
XLabel* Ui_vendor::_backlog
inherited
QLabel* Ui_vendor::_backlogLit
inherited
ScriptCache * ScriptableWidget::_cache
staticprotectedinherited
CharacteristicsWidget* Ui_vendor::_charass
inherited
dspCheckRegister* vendor::_checks
protected
QRadioButton* Ui_vendor::_checksButton
inherited
QPushButton* Ui_vendor::_close
inherited
Comments* Ui_vendor::_comments
inherited
QRadioButton* Ui_vendor::_commentsButton
inherited
QWidget* Ui_vendor::_commentsPage
inherited
ContactCluster* Ui_vendor::_contact1
inherited
QGroupBox* Ui_vendor::_contact1Box
inherited
ContactCluster* Ui_vendor::_contact2
inherited
QGroupBox* Ui_vendor::_contact2Box
inherited
QRadioButton* Ui_vendor::_creditMemosButton
inherited
QWidget* Ui_vendor::_creditMemosPage
inherited
unappliedAPCreditMemos* vendor::_credits
protected
QPushButton* Ui_vendor::_crmacct
inherited
QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited
XComboBox* Ui_vendor::_defaultCurr
inherited
QLabel* Ui_vendor::_defaultCurrLit
inherited
QGroupBox* Ui_vendor::_defaultFOBGroup
inherited
QGroupBox* Ui_vendor::_defaultGroup
inherited
XComboBox* Ui_vendor::_defaultPoType
inherited
XLabel* Ui_vendor::_defaultPoTypeLit
inherited
XComboBox* Ui_vendor::_defaultShipVia
inherited
QLabel* Ui_vendor::_defaultShipViaLit
inherited
XComboBox* Ui_vendor::_defaultTerms
inherited
QLabel* Ui_vendor::_defaultTermsLit
inherited
QPushButton* Ui_vendor::_deleteAddress
inherited
QPushButton* Ui_vendor::_deleteTaxreg
inherited
QGroupBox* Ui_vendor::_distribGroup
inherited
Documents* Ui_vendor::_documents
inherited
QPushButton* Ui_vendor::_editAddress
inherited
QPushButton* Ui_vendor::_editTaxreg
inherited
QWidget* Ui_vendor::_eftPage
inherited
QWidget* Ui_vendor::_emptyPage
inherited
QScriptEngine* ScriptableWidget::_engine
protectedinherited
ExpenseCluster* Ui_vendor::_expcat
inherited
QRadioButton* Ui_vendor::_expcatSelected
inherited
QGroupBox* Ui_vendor::_expenseGroup
inherited
DLineEdit* Ui_vendor::_firstPurchase
inherited
QLabel* Ui_vendor::_firstPurchaseLit
inherited
QRadioButton* Ui_vendor::_generalButton
inherited
QWidget* Ui_vendor::_generalPage
inherited
GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited
dspVendorAPHistory* vendor::_history
protected
XLineEdit* Ui_vendor::_individualId
inherited
QLabel* Ui_vendor::_individualIdLit
inherited
XLineEdit* Ui_vendor::_individualName
inherited
QLabel* Ui_vendor::_individualNameLit
inherited
DLineEdit* Ui_vendor::_lastPurchase
inherited
QLabel* Ui_vendor::_lastPurchaseLit
inherited
ParameterList ScriptablePrivate::_lastSetParams
inherited
XLabel* Ui_vendor::_lastYearsPurchases
inherited
QLabel* Ui_vendor::_lastYearsPurchasesLit
inherited
QRadioButton* Ui_vendor::_mainButton
inherited
QWidget* Ui_vendor::_mainPage
inherited
QCheckBox* Ui_vendor::_match
inherited
XLineEdit* Ui_vendor::_name
inherited
QLabel* Ui_vendor::_nameLit
inherited
QPushButton* Ui_vendor::_newAddress
inherited
QPushButton* Ui_vendor::_newTaxreg
inherited
QPushButton* Ui_vendor::_next
inherited
XTextEdit* Ui_vendor::_notes
inherited
QRadioButton* Ui_vendor::_notesButton
inherited
QLabel* Ui_vendor::_notesLit
inherited
QWidget* Ui_vendor::_notesPage
inherited
VendorCluster* Ui_vendor::_number
inherited
QLabel* Ui_vendor::_numberLit
inherited
XLabel* Ui_vendor::_openBalance
inherited
QLabel* Ui_vendor::_openBalanceLit
inherited
QStackedWidget* Ui_vendor::_ordersStack
inherited
QWidget* Ui_vendor::_ordersTab
inherited
selectPayments* vendor::_payables
protected
QRadioButton* Ui_vendor::_payablesButton
inherited
QWidget* Ui_vendor::_payablesPage
inherited
dspPOsByVendor* vendor::_po
protected
XTextEdit* Ui_vendor::_poComments
inherited
QLabel* Ui_vendor::_poCommentsLit
inherited
QCheckBox* Ui_vendor::_poItems
inherited
QPushButton* Ui_vendor::_previous
inherited
QPushButton* Ui_vendor::_printAddresses
inherited
QRadioButton* Ui_vendor::_purchaseOrdersButton
inherited
QWidget* Ui_vendor::_purchaseOrdersPage
inherited
QCheckBox* Ui_vendor::_qualified
inherited
dspPoItemReceivingsByVendor* vendor::_receipts
protected
QRadioButton* Ui_vendor::_receiptsReturnsButton
inherited
QWidget* Ui_vendor::_receiptsReturnsPage
inherited
QCheckBox* Ui_vendor::_receives1099
inherited
QStackedWidget* Ui_vendor::_remarksStack
inherited
QAction* ScriptablePrivate::_rememberPos
inherited
QAction* ScriptablePrivate::_rememberSize
inherited
QCheckBox* Ui_vendor::_restrictToItemSource
inherited
XLineEdit* Ui_vendor::_routingNumber
inherited
QLabel* Ui_vendor::_routingNumberLit
inherited
QValidator* vendor::_routingValidator
protected
QPushButton* Ui_vendor::_save
inherited
bool ScriptableWidget::_scriptLoaded
protectedinherited
QWidget* ScriptableWidget::_self
protectedinherited
QGroupBox* Ui_vendor::_settingsGroup
inherited
QStackedWidget* Ui_vendor::_settingsStack
inherited
QAction* ScriptablePrivate::_showMe
inherited
bool ScriptablePrivate::_shown
inherited
QRadioButton* Ui_vendor::_summaryButton
inherited
QGroupBox* Ui_vendor::_summaryGroup
inherited
QWidget* Ui_vendor::_summaryPage
inherited
QTabWidget* Ui_vendor::_tabs
inherited
QRadioButton* Ui_vendor::_taxButton
inherited
XComboBox* Ui_vendor::_taxCode
inherited
QLabel* Ui_vendor::_taxCodeLit
inherited
QGroupBox* Ui_vendor::_taxGroup
inherited
QWidget* Ui_vendor::_taxPage
inherited
XTreeWidget* Ui_vendor::_taxreg
inherited
QLabel* Ui_vendor::_taxregLit
inherited
QRadioButton* Ui_vendor::_taxSelected
inherited
XComboBox* Ui_vendor::_taxzone
inherited
QLabel* Ui_vendor::_taxzoneLit
inherited
QStackedWidget* Ui_vendor::_transmitStack
inherited
QGroupBox* Ui_vendor::_useACHSpecial
inherited
QRadioButton* Ui_vendor::_useVendorFOB
inherited
QRadioButton* Ui_vendor::_useWarehouseFOB
inherited
XTreeWidget* Ui_vendor::_vendaddr
inherited
XLineEdit* Ui_vendor::_vendorFOB
inherited
XComboBox* Ui_vendor::_vendtype
inherited
QLabel* Ui_vendor::_vendtypeLit
inherited
QPushButton* Ui_vendor::_viewAddress
inherited
QPushButton* Ui_vendor::_viewTaxreg
inherited
XLabel* Ui_vendor::_ytdPurchases
inherited
QLabel* Ui_vendor::_ytdPurchasesLit
inherited
QWidget* Ui_vendor::characteristicsTab
inherited
QWidget* Ui_vendor::contactTab
inherited
QWidget* Ui_vendor::documentsTab
inherited
QWidget* Ui_vendor::ediTab
inherited
QFrame* Ui_vendor::f_accountingButtonFrame
inherited
QFrame* Ui_vendor::f_ordersFrame
inherited
QFrame* Ui_vendor::f_settingsFrame
inherited
QGridLayout* Ui_vendor::gridLayout
inherited
QGridLayout* Ui_vendor::gridLayout1
inherited
QGridLayout* Ui_vendor::gridLayout2
inherited
QGridLayout* Ui_vendor::gridLayout3
inherited
QGridLayout* Ui_vendor::gridLayout4
inherited
QGridLayout* Ui_vendor::gridLayout5
inherited
QGridLayout* Ui_vendor::gridLayout6
inherited
QGridLayout* Ui_vendor::gridLayout_2
inherited
QGridLayout* Ui_vendor::gridLayout_3
inherited
QGridLayout* Ui_vendor::gridLayout_4
inherited
QGridLayout* Ui_vendor::gridLayout_5
inherited
QGridLayout* Ui_vendor::gridLayout_6
inherited
QGridLayout* Ui_vendor::gridLayout_7
inherited
QGridLayout* Ui_vendor::gridLayout_8
inherited
QHBoxLayout* Ui_vendor::hboxLayout
inherited
QHBoxLayout* Ui_vendor::hboxLayout1
inherited
QHBoxLayout* Ui_vendor::hboxLayout2
inherited
QHBoxLayout* Ui_vendor::hboxLayout3
inherited
QHBoxLayout* Ui_vendor::hboxLayout4
inherited
QHBoxLayout* Ui_vendor::hboxLayout5
inherited
QHBoxLayout* Ui_vendor::horizontalLayout
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_10
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_11
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_2
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_3
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_4
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_5
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_6
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_7
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_8
inherited
QHBoxLayout* Ui_vendor::horizontalLayout_9
inherited
QSpacerItem* Ui_vendor::horizontalSpacer
inherited
QSpacerItem* Ui_vendor::horizontalSpacer_2
inherited
QSpacerItem* Ui_vendor::horizontalSpacer_3
inherited
QSpacerItem* Ui_vendor::horizontalSpacer_4
inherited
QSpacerItem* Ui_vendor::horizontalSpacer_5
inherited
QSpacerItem* Ui_vendor::horizontalSpacer_6
inherited
QSpacerItem* Ui_vendor::horizontalSpacer_8
inherited
QSpacerItem* Ui_vendor::horizontalSpacer_9
inherited
QWidget* Ui_vendor::remarksTab
inherited
QWidget* Ui_vendor::settingsTab
inherited
QSpacerItem* Ui_vendor::spacerItem
inherited
QSpacerItem* Ui_vendor::spacerItem1
inherited
QSpacerItem* Ui_vendor::spacerItem10
inherited
QSpacerItem* Ui_vendor::spacerItem11
inherited
QSpacerItem* Ui_vendor::spacerItem12
inherited
QSpacerItem* Ui_vendor::spacerItem13
inherited
QSpacerItem* Ui_vendor::spacerItem14
inherited
QSpacerItem* Ui_vendor::spacerItem15
inherited
QSpacerItem* Ui_vendor::spacerItem16
inherited
QSpacerItem* Ui_vendor::spacerItem17
inherited
QSpacerItem* Ui_vendor::spacerItem18
inherited
QSpacerItem* Ui_vendor::spacerItem19
inherited
QSpacerItem* Ui_vendor::spacerItem2
inherited
QSpacerItem* Ui_vendor::spacerItem20
inherited
QSpacerItem* Ui_vendor::spacerItem21
inherited
QSpacerItem* Ui_vendor::spacerItem3
inherited
QSpacerItem* Ui_vendor::spacerItem4
inherited
QSpacerItem* Ui_vendor::spacerItem5
inherited
QSpacerItem* Ui_vendor::spacerItem6
inherited
QSpacerItem* Ui_vendor::spacerItem7
inherited
QSpacerItem* Ui_vendor::spacerItem8
inherited
QSpacerItem* Ui_vendor::spacerItem9
inherited
QVBoxLayout* Ui_vendor::vboxLayout
inherited
QVBoxLayout* Ui_vendor::vboxLayout1
inherited
QVBoxLayout* Ui_vendor::verticalLayout
inherited
QVBoxLayout* Ui_vendor::verticalLayout_10
inherited
QVBoxLayout* Ui_vendor::verticalLayout_13
inherited
QVBoxLayout* Ui_vendor::verticalLayout_14
inherited
QVBoxLayout* Ui_vendor::verticalLayout_15
inherited
QVBoxLayout* Ui_vendor::verticalLayout_16
inherited
QVBoxLayout* Ui_vendor::verticalLayout_17
inherited
QVBoxLayout* Ui_vendor::verticalLayout_18
inherited
QVBoxLayout* Ui_vendor::verticalLayout_2
inherited
QVBoxLayout* Ui_vendor::verticalLayout_3
inherited
QVBoxLayout* Ui_vendor::verticalLayout_4
inherited
QVBoxLayout* Ui_vendor::verticalLayout_5
inherited
QVBoxLayout* Ui_vendor::verticalLayout_6
inherited
QVBoxLayout* Ui_vendor::verticalLayout_7
inherited
QVBoxLayout* Ui_vendor::verticalLayout_8
inherited
QVBoxLayout* Ui_vendor::verticalLayout_9
inherited
QSpacerItem* Ui_vendor::verticalSpacer
inherited
QSpacerItem* Ui_vendor::verticalSpacer_2
inherited
QSpacerItem* Ui_vendor::verticalSpacer_3
inherited
QSpacerItem* Ui_vendor::verticalSpacer_5
inherited

The documentation for this class was generated from the following files:

Generated on Fri Aug 11 2017 xTuple ERP Programmer Reference, Version 4.11.0 doxygen 1.8.10