Browse Source

Add recommendation for SSD or NVME to download dialog

master
Nils 2 years ago
parent
commit
7ff87f56fd
  1. 2
      qtgui/designer/chooseDownloadDirectory.py
  2. 2
      qtgui/designer/chooseDownloadDirectory.ui

2
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", "<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>"))
self.label_2.setText(_translate("ChooseDownloadDirectory", "<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>"))
self.openFileDialogButton.setText(_translate("ChooseDownloadDirectory", "Choose Directory"))
self.groupBox.setTitle(_translate("ChooseDownloadDirectory", "Step 2: Download Instruments"))
self.label_3.setText(_translate("ChooseDownloadDirectory", "<html><head/><body><p>Click the button below to download all instrument libraries from our servers. </p><p>You can skip this and copy the files manually into the directory chosen in Step 1.</p><p>Please visit <a href=\"https://laborejo.org/downloads/tembro-instruments/\"><span style=\" text-decoration: underline; color:#0000ff;\">https://laborejo.org/downloads/tembro-instruments/</span></a> for direct downloads.</p><p>At a later date you can start the download again to check for new instruments. Only new and updated libraries will be downloaded again.</p></body></html>"))

2
qtgui/designer/chooseDownloadDirectory.ui

@ -26,7 +26,7 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Please choose a directory for Tembro's instrument libaries.&lt;/p&gt;&lt;p&gt;This location will be shared among all Tembro-sessions.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Please choose a directory for Tembro's instrument libaries.&lt;br/&gt;For optimal performance, it should be an NVME, SSD or similar.&lt;/p&gt;&lt;p&gt;This location will be shared among all Tembro-sessions.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>

Loading…
Cancel
Save