From 7ff87f56fdf02243d4c3b32ee80a5236e88978db Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 17 Apr 2022 23:00:48 +0200 Subject: [PATCH] Add recommendation for SSD or NVME to download dialog --- qtgui/designer/chooseDownloadDirectory.py | 2 +- qtgui/designer/chooseDownloadDirectory.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qtgui/designer/chooseDownloadDirectory.py b/qtgui/designer/chooseDownloadDirectory.py index 4456d66..0e54085 100644 --- a/qtgui/designer/chooseDownloadDirectory.py +++ b/qtgui/designer/chooseDownloadDirectory.py @@ -105,7 +105,7 @@ class Ui_ChooseDownloadDirectory(object): _translate = QtCore.QCoreApplication.translate ChooseDownloadDirectory.setWindowTitle(_translate("ChooseDownloadDirectory", "Instrument Location and Download")) self.groupBox_2.setTitle(_translate("ChooseDownloadDirectory", "Step 1: Choose Instrument Directory")) - self.label_2.setText(_translate("ChooseDownloadDirectory", "

Please choose a directory for Tembro\'s instrument libaries.

This location will be shared among all Tembro-sessions.

")) + self.label_2.setText(_translate("ChooseDownloadDirectory", "

Please choose a directory for Tembro\'s instrument libaries.
For optimal performance, it should be an NVME, SSD or similar.

This location will be shared among all Tembro-sessions.

")) self.openFileDialogButton.setText(_translate("ChooseDownloadDirectory", "Choose Directory")) self.groupBox.setTitle(_translate("ChooseDownloadDirectory", "Step 2: Download Instruments")) self.label_3.setText(_translate("ChooseDownloadDirectory", "

Click the button below to download all instrument libraries from our servers.

You can skip this and copy the files manually into the directory chosen in Step 1.

Please visit https://laborejo.org/downloads/tembro-instruments/ for direct downloads.

At a later date you can start the download again to check for new instruments. Only new and updated libraries will be downloaded again.

")) diff --git a/qtgui/designer/chooseDownloadDirectory.ui b/qtgui/designer/chooseDownloadDirectory.ui index 5d26b68..3c4db5f 100644 --- a/qtgui/designer/chooseDownloadDirectory.ui +++ b/qtgui/designer/chooseDownloadDirectory.ui @@ -26,7 +26,7 @@ - <html><head/><body><p>Please choose a directory for Tembro's instrument libaries.</p><p>This location will be shared among all Tembro-sessions.</p></body></html> + <html><head/><body><p>Please choose a directory for Tembro's instrument libaries.<br/>For optimal performance, it should be an NVME, SSD or similar.</p><p>This location will be shared among all Tembro-sessions.</p></body></html> Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop