Home
last modified time | relevance | path

Searched refs:historyComboBox (Results 1 – 4 of 4) sorted by relevance

/dports/net/ssvnc/ssvnc-1.0.29/ultraftp/
H A DRfbProto.java982 viewer.ftp.historyComboBox.setSelectedIndex(0); in sendFile()
992 viewer.ftp.historyComboBox.insertItemAt(new String(" > Error - File: <" + sendFileSource) in sendFile()
998 viewer.ftp.historyComboBox.insertItemAt(new String(" > File: <" + sendFileSource) in sendFile()
1001 viewer.ftp.historyComboBox.setSelectedIndex(0); in sendFile()
1072 viewer.ftp.historyComboBox.setSelectedIndex(0); in deleteRemoteFileFeedback()
1106 viewer.ftp.historyComboBox.setSelectedIndex(0); in createRemoteDirectoryFeedback()
1166 viewer.ftp.historyComboBox.setSelectedIndex(0); in receiveFileHeader()
1186 viewer.ftp.historyComboBox.setSelectedIndex(0); in receiveFileHeader()
1296 viewer.ftp.historyComboBox.setSelectedIndex(0); in endOfReceiveFile()
1656 viewer.ftp.historyComboBox.insertItemAt(new String(" > WARNING: Remote Drive unavailable."), 0); in readFTPMsgDirectorydriveNotReady()
[all …]
H A DFTPFrame.java81 public javax.swing.JComboBox historyComboBox = null; field in FTPFrame
1022 if (historyComboBox == null) { in getHistoryComboBox()
1024 historyComboBox.setFont( in getHistoryComboBox()
1027 historyComboBox.setSelectedIndex(0); in getHistoryComboBox()
1028 historyComboBox.addActionListener(this); in getHistoryComboBox()
1031 return historyComboBox; in getHistoryComboBox()
1151 historyComboBox.setSelectedIndex(0); in doNewFolder()
1205 historyComboBox = null; in unSwing()
1296 historyComboBox.setSelectedIndex(0); in doDelete()
1830 historyComboBox.setSelectedIndex(0); in changeLocalDirectory()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerdialogs.cpp94 QComboBox *historyComboBox; member in Debugger::Internal::StartApplicationDialogPrivate
298 d->historyComboBox = new QComboBox(this); in StartApplicationDialog()
321 formLayout->addRow(tr("&Recent:"), d->historyComboBox); in StartApplicationDialog()
333 connect(d->historyComboBox, QOverload<int>::of(&QComboBox::currentIndexChanged), in StartApplicationDialog()
349 d->historyComboBox->clear(); in setHistory()
353 d->historyComboBox->addItem(p.displayName(), QVariant::fromValue(p)); in setHistory()
367 const QVariant v = d->historyComboBox->itemData(index); in historyIndexChanged()
/dports/deskutils/qlipper/qlipper-5.1.2/src/
H A Dqlipperpreferencesdialog.cpp36 historyComboBox->setValue(s->historyCount()); in QlipperPreferencesDialog()
102 s->setValue("historyCount", historyComboBox->value()); in accept()