Skip to content

Commit 6ba5830

Browse files
committed
suppr de fichier python uic inutilisé et amelioration de l'ui
1 parent 3131cf3 commit 6ba5830

2 files changed

Lines changed: 112 additions & 704 deletions

File tree

ui/ui_design.ui

Lines changed: 112 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>1280</width>
9+
<width>1638</width>
1010
<height>720</height>
1111
</rect>
1212
</property>
@@ -325,20 +325,23 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
325325
<enum>Qt::Orientation::Horizontal</enum>
326326
</property>
327327
<property name="sizeType">
328-
<enum>QSizePolicy::Policy::Ignored</enum>
328+
<enum>QSizePolicy::Policy::Fixed</enum>
329329
</property>
330330
<property name="sizeHint" stdset="0">
331331
<size>
332-
<width>40</width>
333-
<height>60</height>
332+
<width>99</width>
333+
<height>210</height>
334334
</size>
335335
</property>
336336
</spacer>
337337
</item>
338338
<item>
339339
<layout class="QHBoxLayout" name="headerRightLayout">
340340
<property name="spacing">
341-
<number>6</number>
341+
<number>8</number>
342+
</property>
343+
<property name="sizeConstraint">
344+
<enum>QLayout::SizeConstraint::SetDefaultConstraint</enum>
342345
</property>
343346
<property name="leftMargin">
344347
<number>0</number>
@@ -392,6 +395,13 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
392395
</property>
393396
</widget>
394397
</item>
398+
<item>
399+
<widget class="QPushButton" name="advanced_cfg_btn">
400+
<property name="text">
401+
<string>Configurations avancées</string>
402+
</property>
403+
</widget>
404+
</item>
395405
</layout>
396406
</item>
397407
</layout>
@@ -462,22 +472,34 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
462472
<property name="spacing">
463473
<number>8</number>
464474
</property>
465-
<item row="0" column="0" colspan="2">
466-
<widget class="QLabel" name="label_workspace_section">
467-
<property name="font">
468-
<font>
469-
<family>Segoe UI</family>
470-
<pointsize>9</pointsize>
471-
<fontweight>DemiBold</fontweight>
472-
</font>
473-
</property>
475+
<item row="8" column="0" colspan="2">
476+
<layout class="QVBoxLayout" name="verticalLayout_2"/>
477+
</item>
478+
<item row="13" column="1">
479+
<widget class="QPushButton" name="venv_button">
474480
<property name="text">
475-
<string>Workspace</string>
481+
<string>Choisir un dossier venv</string>
476482
</property>
477483
</widget>
478484
</item>
479-
<item row="1" column="0" colspan="2">
480-
<widget class="QLabel" name="label_folder">
485+
<item row="14" column="0" colspan="2">
486+
<spacer name="workspace_spacer">
487+
<property name="orientation">
488+
<enum>Qt::Orientation::Vertical</enum>
489+
</property>
490+
<property name="sizeType">
491+
<enum>QSizePolicy::Policy::Fixed</enum>
492+
</property>
493+
<property name="sizeHint" stdset="0">
494+
<size>
495+
<width>78</width>
496+
<height>40</height>
497+
</size>
498+
</property>
499+
</spacer>
500+
</item>
501+
<item row="3" column="0">
502+
<widget class="QLabel" name="venv_label">
481503
<property name="font">
482504
<font>
483505
<family>Segoe UI</family>
@@ -492,7 +514,7 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
492514
<enum>QFrame::Shadow::Plain</enum>
493515
</property>
494516
<property name="text">
495-
<string>Aucun dossier sélectionné</string>
517+
<string>Venv sélectionné : Aucun</string>
496518
</property>
497519
<property name="wordWrap">
498520
<bool>true</bool>
@@ -502,8 +524,21 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
502524
</property>
503525
</widget>
504526
</item>
527+
<item row="5" column="0">
528+
<spacer name="verticalSpacer">
529+
<property name="orientation">
530+
<enum>Qt::Orientation::Vertical</enum>
531+
</property>
532+
<property name="sizeHint" stdset="0">
533+
<size>
534+
<width>20</width>
535+
<height>40</height>
536+
</size>
537+
</property>
538+
</spacer>
539+
</item>
505540
<item row="2" column="0">
506-
<widget class="QLabel" name="venv_label">
541+
<widget class="QLabel" name="label_folder">
507542
<property name="font">
508543
<font>
509544
<family>Segoe UI</family>
@@ -518,7 +553,7 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
518553
<enum>QFrame::Shadow::Plain</enum>
519554
</property>
520555
<property name="text">
521-
<string>Venv sélectionné : Aucun</string>
556+
<string>Aucun dossier sélectionné</string>
522557
</property>
523558
<property name="wordWrap">
524559
<bool>true</bool>
@@ -528,24 +563,37 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
528563
</property>
529564
</widget>
530565
</item>
531-
<item row="2" column="1">
532-
<widget class="QPushButton" name="venv_button">
533-
<property name="text">
534-
<string>Choisir un dossier venv</string>
566+
<item row="0" column="0" colspan="2">
567+
<spacer name="workspace_spacer_3">
568+
<property name="orientation">
569+
<enum>Qt::Orientation::Vertical</enum>
535570
</property>
536-
</widget>
571+
<property name="sizeType">
572+
<enum>QSizePolicy::Policy::Fixed</enum>
573+
</property>
574+
<property name="sizeHint" stdset="0">
575+
<size>
576+
<width>20</width>
577+
<height>10</height>
578+
</size>
579+
</property>
580+
</spacer>
537581
</item>
538-
<item row="3" column="0">
539-
<widget class="QPushButton" name="btn_select_folder">
540-
<property name="toolTip">
541-
<string>Sélectionner le Workspace</string>
582+
<item row="1" column="0" colspan="2">
583+
<widget class="QLabel" name="label_workspace_section">
584+
<property name="font">
585+
<font>
586+
<family>Segoe UI</family>
587+
<pointsize>9</pointsize>
588+
<fontweight>DemiBold</fontweight>
589+
</font>
542590
</property>
543591
<property name="text">
544-
<string>Choisir le Workspace</string>
592+
<string>Workspace</string>
545593
</property>
546594
</widget>
547595
</item>
548-
<item row="3" column="1">
596+
<item row="13" column="0">
549597
<widget class="QPushButton" name="btn_clear_workspace">
550598
<property name="toolTip">
551599
<string>Vider la liste des fichiers et réinitialiser la sélection</string>
@@ -555,6 +603,16 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
555603
</property>
556604
</widget>
557605
</item>
606+
<item row="9" column="0" colspan="2">
607+
<widget class="QPushButton" name="btn_select_folder">
608+
<property name="toolTip">
609+
<string>Sélectionner le Workspace</string>
610+
</property>
611+
<property name="text">
612+
<string>Choisir le Workspace</string>
613+
</property>
614+
</widget>
615+
</item>
558616
</layout>
559617
</widget>
560618
<widget class="QFrame" name="frame_files">
@@ -682,13 +740,17 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
682740
<property name="spacing">
683741
<number>8</number>
684742
</property>
685-
<item row="2" column="0">
686-
<widget class="QPushButton" name="btn_show_stats">
687-
<property name="toolTip">
688-
<string>Afficher les statistiques de compilation</string>
743+
<item row="0" column="0" colspan="2">
744+
<widget class="QLabel" name="label_tools">
745+
<property name="font">
746+
<font>
747+
<family>Segoe UI</family>
748+
<pointsize>9</pointsize>
749+
<fontweight>DemiBold</fontweight>
750+
</font>
689751
</property>
690752
<property name="text">
691-
<string>Statistiques</string>
753+
<string>Outils</string>
692754
</property>
693755
</widget>
694756
</item>
@@ -702,6 +764,16 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
702764
</property>
703765
</widget>
704766
</item>
767+
<item row="2" column="0">
768+
<widget class="QPushButton" name="btn_show_stats">
769+
<property name="toolTip">
770+
<string>Afficher les statistiques de compilation</string>
771+
</property>
772+
<property name="text">
773+
<string>Statistiques</string>
774+
</property>
775+
</widget>
776+
</item>
705777
<item row="1" column="1">
706778
<widget class="QPushButton" name="btn_bc_loader">
707779
<property name="toolTip">
@@ -723,10 +795,13 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
723795
</widget>
724796
</item>
725797
<item row="3" column="0" colspan="2">
726-
<spacer name="verticalSpacer">
798+
<spacer name="utils_spacer">
727799
<property name="orientation">
728800
<enum>Qt::Orientation::Vertical</enum>
729801
</property>
802+
<property name="sizeType">
803+
<enum>QSizePolicy::Policy::Expanding</enum>
804+
</property>
730805
<property name="sizeHint" stdset="0">
731806
<size>
732807
<width>20</width>
@@ -735,20 +810,6 @@ QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal { width: 0; }
735810
</property>
736811
</spacer>
737812
</item>
738-
<item row="0" column="0" colspan="2">
739-
<widget class="QLabel" name="label_tools">
740-
<property name="font">
741-
<font>
742-
<family>Segoe UI</family>
743-
<pointsize>9</pointsize>
744-
<fontweight>DemiBold</fontweight>
745-
</font>
746-
</property>
747-
<property name="text">
748-
<string>Outils</string>
749-
</property>
750-
</widget>
751-
</item>
752813
</layout>
753814
</widget>
754815
</widget>

0 commit comments

Comments
 (0)