Wed 28 Aug 21:38:52 CEST 2024
This commit is contained in:
		
							parent
							
								
									700d2a48f6
								
							
						
					
					
						commit
						b9573f0e5d
					
				
							
								
								
									
										141
									
								
								src/SimNDT/gui/resources/ui/materiallibrary.ui
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										141
									
								
								src/SimNDT/gui/resources/ui/materiallibrary.ui
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,141 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <ui version="4.0"> | ||||
|  <class>materialLibraryDialog</class> | ||||
|  <widget class="QDialog" name="materialLibraryDialog"> | ||||
|   <property name="geometry"> | ||||
|    <rect> | ||||
|     <x>0</x> | ||||
|     <y>0</y> | ||||
|     <width>514</width> | ||||
|     <height>371</height> | ||||
|    </rect> | ||||
|   </property> | ||||
|   <property name="minimumSize"> | ||||
|    <size> | ||||
|     <width>514</width> | ||||
|     <height>371</height> | ||||
|    </size> | ||||
|   </property> | ||||
|   <property name="maximumSize"> | ||||
|    <size> | ||||
|     <width>514</width> | ||||
|     <height>371</height> | ||||
|    </size> | ||||
|   </property> | ||||
|   <property name="windowTitle"> | ||||
|    <string>Material Library</string> | ||||
|   </property> | ||||
|   <widget class="QListWidget" name="materialListWidget"> | ||||
|    <property name="geometry"> | ||||
|     <rect> | ||||
|      <x>20</x> | ||||
|      <y>20</y> | ||||
|      <width>221</width> | ||||
|      <height>331</height> | ||||
|     </rect> | ||||
|    </property> | ||||
|   </widget> | ||||
|   <widget class="QFrame" name="frame"> | ||||
|    <property name="geometry"> | ||||
|     <rect> | ||||
|      <x>250</x> | ||||
|      <y>20</y> | ||||
|      <width>241</width> | ||||
|      <height>331</height> | ||||
|     </rect> | ||||
|    </property> | ||||
|    <property name="frameShape"> | ||||
|     <enum>QFrame::Panel</enum> | ||||
|    </property> | ||||
|    <property name="frameShadow"> | ||||
|     <enum>QFrame::Sunken</enum> | ||||
|    </property> | ||||
|    <widget class="QLineEdit" name="materialNameLineEdit"> | ||||
|     <property name="geometry"> | ||||
|      <rect> | ||||
|       <x>10</x> | ||||
|       <y>10</y> | ||||
|       <width>221</width> | ||||
|       <height>21</height> | ||||
|      </rect> | ||||
|     </property> | ||||
|     <property name="placeholderText"> | ||||
|      <string>Selected Material</string> | ||||
|     </property> | ||||
|    </widget> | ||||
|    <widget class="QLabel" name="infoLabel"> | ||||
|     <property name="geometry"> | ||||
|      <rect> | ||||
|       <x>20</x> | ||||
|       <y>50</y> | ||||
|       <width>201</width> | ||||
|       <height>151</height> | ||||
|      </rect> | ||||
|     </property> | ||||
|     <property name="autoFillBackground"> | ||||
|      <bool>false</bool> | ||||
|     </property> | ||||
|     <property name="text"> | ||||
|      <string>Info</string> | ||||
|     </property> | ||||
|    </widget> | ||||
|    <widget class="QPushButton" name="okPushButton"> | ||||
|     <property name="geometry"> | ||||
|      <rect> | ||||
|       <x>10</x> | ||||
|       <y>290</y> | ||||
|       <width>110</width> | ||||
|       <height>32</height> | ||||
|      </rect> | ||||
|     </property> | ||||
|     <property name="text"> | ||||
|      <string>OK</string> | ||||
|     </property> | ||||
|    </widget> | ||||
|    <widget class="QPushButton" name="cancelPushButton"> | ||||
|     <property name="geometry"> | ||||
|      <rect> | ||||
|       <x>120</x> | ||||
|       <y>290</y> | ||||
|       <width>110</width> | ||||
|       <height>32</height> | ||||
|      </rect> | ||||
|     </property> | ||||
|     <property name="text"> | ||||
|      <string>Cancel</string> | ||||
|     </property> | ||||
|    </widget> | ||||
|    <widget class="QPushButton" name="createLibraryPushButton"> | ||||
|     <property name="geometry"> | ||||
|      <rect> | ||||
|       <x>10</x> | ||||
|       <y>220</y> | ||||
|       <width>221</width> | ||||
|       <height>32</height> | ||||
|      </rect> | ||||
|     </property> | ||||
|     <property name="text"> | ||||
|      <string>Load Custom Material Library</string> | ||||
|     </property> | ||||
|    </widget> | ||||
|    <widget class="QPushButton" name="createTemplatePushButton"> | ||||
|     <property name="geometry"> | ||||
|      <rect> | ||||
|       <x>10</x> | ||||
|       <y>250</y> | ||||
|       <width>221</width> | ||||
|       <height>32</height> | ||||
|      </rect> | ||||
|     </property> | ||||
|     <property name="focusPolicy"> | ||||
|      <enum>Qt::NoFocus</enum> | ||||
|     </property> | ||||
|     <property name="text"> | ||||
|      <string>Create Library Template</string> | ||||
|     </property> | ||||
|    </widget> | ||||
|   </widget> | ||||
|  </widget> | ||||
|  <resources/> | ||||
|  <connections/> | ||||
| </ui> | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user