PovratniciVnes::PovratniciVnes(BaseForm *parent) : BaseForm(parent), ui(new Ui::PovratniciVnes) ,hlp(0) { ui->setupUi(this); ui->lineEdit_2->setFocus(); Singleton *s = Singleton::Instance(); QRect rMain = s->getMainRect(); ui->gridLayout->setGeometry(rMain); setLayout(ui->gridLayout); setFixedSize(QSize(rMain.width()-10, rMain.height()-40)); hlp = new QHelperC(this); connect(hlp, SIGNAL(signalResultInsertArticle(QStringList &)), this, SLOT(getResultEX(QStringList &))); }
IntIspratniciVnes::IntIspratniciVnes(BaseForm *parent) : BaseForm(parent), statusWait(false), hlp(0), statusOpenEditor(false), ui(new Ui::IntIspratniciVnes) { ui->setupUi(this); hlp = new QHelperC(this); Singleton *s = Singleton::Instance(); BaseInstallEventFilter(ui->gridLayout); QRect rMain = s->getMainRect(); ui->gridLayout->setGeometry(rMain); setLayout(ui->gridLayout); setFixedSize(QSize(rMain.width()-10, rMain.height()-40)); strDisabled = "color: blue; font-size: "+QString::number(s->getGlobalFontSize())+"pt;"; ui->sifra_artikal->setStyleSheet(strDisabled); ui->sifra_komintent->setStyleSheet(strDisabled); model = new QStandardItemModel(0,0); header = new QHeaderView(Qt::Horizontal, 0); QStringList tempValsDetail = s->Get_FakturaDetail_HeaderState(); colDetailWidth = s->loadWidthList(tempValsDetail, COL_DETAIL); b = new QBTemplate<IntIspratniciT>(); bd = new QBTemplate<IntIspratniciDetailT>(); ui->tableView->setModel(model); connect(header, SIGNAL(sectionResized(int, int, int)), this, SLOT(procSectionResized(int, int, int))); sm =ui->tableView->selectionModel(); connect(sm, SIGNAL(currentRowChanged(QModelIndex,QModelIndex)), this, SLOT(selectionChanged(QModelIndex,QModelIndex))); comboboxD = new QCBItemDelegate(Q_NULLPTR); connect(comboboxD, SIGNAL(updatePodatoci()), this , SLOT(updatePodatoci())); lineeditD = new QLEItemDelegate(Q_NULLPTR); connect(lineeditD, SIGNAL(updateCellLE(const QModelIndex &, QString &)), this , SLOT(updateStructCellLineEdit(const QModelIndex &, QString &))); updateFont(); PressKeyTAB(this); }
AnalitikaArtikliLista::AnalitikaArtikliLista(BaseForm *parent) : BaseForm(parent), ui(new Ui::AnalitikaArtikliLista) , enableClose(true) { ui->setupUi(this); hlp = new QHelperC(this); m_row = 0; Singleton *s = Singleton::Instance(); QRect rMain = s->getMainRect(); ui->gridLayout->setGeometry(rMain); setLayout(ui->gridLayout); BaseInstallEventFilter(ui->gridLayout); ui->tableView->setSelectionBehavior( QAbstractItemView::SelectRows ); ui->tableView->setSelectionMode( QAbstractItemView::SingleSelection ); setFixedSize(QSize(rMain.width()-10, rMain.height()-40)); model = new QStandardItemModel(0,0); header = new QHeaderView(Qt::Horizontal, 0); model_2 = new QStandardItemModel(0,0); header_2 = new QHeaderView(Qt::Horizontal, 0); QStringList tempVals = s->Get_Faktura_HeaderState(); colWidth = s->loadWidthList(tempVals, COL); b = new QBTemplate<AnalitikaArtikliT>(); bd = new QBTemplate<dokumentDetailT>(); bc = new QBTemplate<AnalitikaArtikliDetailT>(); QStringList tempValsDetail = s->Get_FakturaDetail_HeaderState(); colDetailWidth = s->loadWidthList(tempValsDetail, COL_DETAIL); ui->tableView->setModel(model); sm =ui->tableView->selectionModel(); connect(sm, SIGNAL(currentRowChanged(QModelIndex,QModelIndex)), this, SLOT(selectionChanged(QModelIndex,QModelIndex))); connect(header, SIGNAL(sectionResized(int, int, int)), this, SLOT(procSectionResized(int, int, int))); connect(header_2, SIGNAL(sectionResized(int, int, int)), this, SLOT(procSectionResizedDetail(int, int, int))); updateFont(); }
PovratniciKorekcija::PovratniciKorekcija(BaseForm *parent) : BaseForm(parent), statusWait(false), hlp(0), statusOpenEditor(false), ui(new Ui::PovratniciKorekcija) { ui->setupUi(this); hlp = new QHelperC(this); Singleton *s = Singleton::Instance(); BaseInstallEventFilter(ui->gridLayout); QRect rMain = s->getMainRect(); ui->gridLayout->setGeometry(rMain); setLayout(ui->gridLayout); setFixedSize(QSize(rMain.width()-10, rMain.height()-40)); model = new QStandardItemModel(0,0); header = new QHeaderView(Qt::Horizontal, 0); QStringList tempValsDetail = s->Get_FakturaDetail_HeaderState(); colDetailWidth = s->loadWidthList(tempValsDetail, COL_DETAIL); b = new QBTemplate<PovratniciT>(); bd = new QBTemplate<PovratniciDetailT>(); ui->tableView->setModel(model); connect(header, SIGNAL(sectionResized(int, int, int)), this, SLOT(procSectionResized(int, int, int))); sm = ui->tableView->selectionModel(); smDetail = ui->tableView->selectionModel(); connect(sm, SIGNAL(currentRowChanged(QModelIndex,QModelIndex)), this, SLOT(selectionChanged(QModelIndex,QModelIndex))); connect(smDetail, SIGNAL(currentChanged(QModelIndex,QModelIndex)), this, SLOT(selectionChangedDetail(QModelIndex,QModelIndex))); comboboxD = new QCBItemDelegate(Q_NULLPTR); connect(comboboxD, SIGNAL(updatePodatoci()), this , SLOT(updatePodatoci())); lineeditD = new QLEItemDelegate(Q_NULLPTR); connect(lineeditD, SIGNAL(updateCellLE(const QModelIndex &, QString &)), this , SLOT(updateStructCellLineEdit(const QModelIndex &, QString &))); updateFont(); }
ProFakturiKorekcija::ProFakturiKorekcija(BaseForm *parent) : BaseForm(parent), statusWait(false), hlp(0), ui(new Ui::ProFakturiKorekcija) { ui->setupUi(this); hlp = new QHelperC(this); Singleton *s = Singleton::Instance(); QRect rMain = s->getMainRect(); ui->gridLayout->setGeometry(rMain); setLayout(ui->gridLayout); setFixedSize(QSize(rMain.width()-10, rMain.height()-40)); model = new QStandardItemModel(0,0); header = new QHeaderView(Qt::Horizontal, 0); QStringList tempValsDetail = s->Get_FakturaDetail_HeaderState(); colDetailWidth = s->loadWidthList(tempValsDetail, COL_DETAIL); ui->tableView->setModel(model); connect(header, SIGNAL(sectionResized(int, int, int)), this, SLOT(procSectionResized(int, int, int))); sm =ui->tableView->selectionModel(); connect(sm, SIGNAL(currentRowChanged(QModelIndex,QModelIndex)), this, SLOT(selectionChanged(QModelIndex,QModelIndex))); }