Skip to content
Snippets Groups Projects
Commit 09cf46b4 authored by Langella Olivier's avatar Langella Olivier
Browse files

GUI settings

parent 4e517568
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>X!Tandem Pipeline C++</string>
<string>X!TandemPipeline C++</string>
</property>
<property name="scaledContents">
<bool>true</bool>
......@@ -75,7 +75,7 @@
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;X!Tandem Pipeline C++ is developped by PAPPSO team (&lt;a href=&quot;http://pappso.inra.fr&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://pappso.inra.fr&lt;/span&gt;&lt;/a&gt;).&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;X!TandemPipeline C++ is developped by PAPPSO team (&lt;a href=&quot;http://pappso.inra.fr&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://pappso.inra.fr&lt;/span&gt;&lt;/a&gt;).&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This software is distributed under the terms of the GNU General Public License.&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
......
......@@ -96,7 +96,7 @@ void LoadResultsDialog::chooseFiles() {
QString default_location = settings.value("path/identificationfiles", "").toString();
QStringList filenames = QFileDialog::getOpenFileNames(this,tr("identification files"),default_location,
tr("X!Tandem files (*.xml);;mzIdentML files (*.mzid);;pepxml files (*.pep);;all files (*)") );
tr("X!Tandem, mzIdentML or pepxml files (*.xml *.mzid *.pep);;all files (*)") );
if (filenames.size() > 0) {
settings.setValue("path/identificationfiles", QFileInfo(filenames[0]).absolutePath());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment