mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 06:30:05 +00:00 
			
		
		
		
	Implement layer move functionality using buttons
This commit is contained in:
		
							parent
							
								
									b45ec9dfa5
								
							
						
					
					
						commit
						5d06f6bc21
					
				
					 3 changed files with 190 additions and 39 deletions
				
			
		|  | @ -66,6 +66,11 @@ public: | |||
|    bool removeRows(int                row, | ||||
|                    int                count, | ||||
|                    const QModelIndex& parent = QModelIndex()) override; | ||||
|    bool moveRows(const QModelIndex& sourceParent, | ||||
|                  int                sourceRow, | ||||
|                  int                count, | ||||
|                  const QModelIndex& destinationParent, | ||||
|                  int                destinationChild) override; | ||||
| 
 | ||||
| public slots: | ||||
|    void HandlePlacefileRemoved(const std::string& name); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat